Skip to content

Commit

Permalink
added release version badge
Browse files Browse the repository at this point in the history
  • Loading branch information
kibaekkim committed Jun 29, 2020
1 parent a854a5e commit 08a608d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# StructJuMP
The StructJuMP package provides a parallel algebraic modeling framework for block structured optimization models in Julia. StructJuMP, originally known as StochJuMP, is tailored to two-stage stochastic optimization problems and uses MPI to enable a parallel, distributed memory instantiation of the problem. StructJuMP.jl is an extension of the [JuMP.jl](https://github.com/JuliaOpt/JuMP.jl) package, which is as fast as [AMPL](http://ampl.com) and faster than any other modeling tools such as [GAMS](http://www.gams.com) and [Pyomo](http://www.pyomo.org) (see [this](http://arxiv.org/pdf/1312.1431.pdf)).

![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/StructJuMP/StructJuMP.jl?label=release&sort=semver)
[![Build Status](https://travis-ci.org/StructJuMP/StructJuMP.jl.svg?branch=master)](https://travis-ci.org/StructJuMP/StructJuMP.jl)

## Installation
Expand Down

0 comments on commit 08a608d

Please sign in to comment.