Skip to content

Commit d17c918

Browse files
authored
Update README.md
1 parent 0b839d9 commit d17c918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The above example builds a two level structured model `m` with 2 scenarios.
3636
Problems modeled in StructJuMP models can be solved in parallel using the [PIPS-NLP](https://github.com/Argonne-National-Laboratory/PIPS) parallel optimization solver. In addition, StructJuMP models can be solved (in serial only) using [Ipopt](https://projects.coin-or.org/Ipopt). The SturctJuMP models interface with the solvers via [StructJuMPSolverInterface.jl](https://github.com/Argonne-National-Laboratory/StructJuMPSolverInterface.jl).
3737

3838
### Mixed-Integer Solvers
39-
[DSP](https://github.com/Argonne-National-Laboratory/DSP.git) can read models from StructJuMP via [DSP.jl](https://github.com/kibaekkim/DSP.jl.git). In particular, ``DSP`` can solver problems with integer variables in parallel.
39+
[DSP](https://github.com/Argonne-National-Laboratory/DSP.git) can read models from StructJuMP via [DSPopt.jl](https://github.com/kibaekkim/DSPopt.jl.git). In particular, ``DSP`` can solver problems with integer variables in parallel.
4040

4141
### Stochastic Dual Dynamic Programming (SDDP)
4242
[StructDualDynProg](https://github.com/blegat/StructDualDynProg.jl) can run the SDDP algorithm on multi-stage models from StructJuMP.

0 commit comments

Comments
 (0)