From 12feb5c521260a462cd70aaf65c5c6dbbf616120 Mon Sep 17 00:00:00 2001 From: Michel Schanen Date: Mon, 9 Jul 2018 16:14:02 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61da3f5..1bf55b0 100644 --- a/README.md +++ b/README.md @@ -1,7 +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)). -[![Build Status](https://travis-ci.org/StructJuMP/StructJuMP.jl.svg?branch=master)](https://travis-ci.org/StructJuMP/StructJuMP.jl) +[![Build Status](https://travis-ci.org/michel2323/StructJuMP.jl.svg?branch=julia0.6)](https://travis-ci.org/michel2323/StructJuMP.jl) ## Installation ```julia