Releases: Argonne-National-Laboratory/DSP
Releases · Argonne-National-Laboratory/DSP
v1.1.3
Changes
- Fixed memory issues in DW @kibaekkim (#91)
- Fixing Gurobi interface for Benders @kibaekkim (#89)
- updated for DSPopt.jl @kibaekkim (#85)
- refactored classes and functions in Model @kibaekkim (#84)
- Updated documentation @kibaekkim (#83)
- SCIP version check @kibaekkim (#75)
- Adding unit test code with Catch @kibaekkim (#73)
- fix #69 @kibaekkim (#72)
- Gurobi interface @kibaekkim (#71)
- Dev/qp @cheesecakeball (#70)
v1.1.2
Changes
- added codecov.io @kibaekkim (#67)
- Fixed synchronous/asynchronous dual decomposition @kibaekkim (#66)
- removed lines for specific solvers @kibaekkim (#65)
- Dev/travis @kibaekkim (#64)
- Added .travis.yml @kibaekkim (#61)
v1.1.1
Changes
- patched the library linking part in cmake @kibaekkim (#52)
v1.1.0
Changes
- added DRO implementation @kibaekkim (#49)
- PR from merge-bb to master @kibaekkim (#43)
DSP-BB-v0.0.2
Experiments
- Updated
README.md
- Fixed the binary file path in
run.sh
- Updated the URLs for submodules (replacing
https
togit
) - Renamed the parameter file name for experiments
Bugfix
- Broadcasting solutions when using
Dsp.jl
- Writing solution file when a primal solution is not available
DSP-BB-v0.0.1
This is the first release for DSP with branch-and-bound methods.
DSP-v1.0.1
This version fixed several bugs found in v1.0.0.
- compile error when OOQP is not used
- scenario information in display
- case when the upper bounding is infeasible
- checking duplicate primal solutions
- SCIP supports
And this also improved some functions in v1.0.0.
- significantly improved smps loading time
- display from Lagrange subproblem solutions
- set CPLEX parameters
- improving upper bounding
DSP
v0.3.0
Release 0.1.0
This is the first version of DSP release.