Releases: scipopt/SCIP.jl
Releases · scipopt/SCIP.jl
v0.9.0
v0.8.0
SCIP.jl 0.7.4
- support indicator constraints
- fix segfaults when in wrong SCIP stage
SCIP.jl 0.7.3
Now supports OS X (#110).
SCIP.jl 0.7.2
SCIP.jl 0.7.1
Fix incorrect handling of coefficients in quadratic constraints. We always scaled the coefficients by 0.5
but actually that should only happen to "same-variable" terms, "on the diagonal".
SCIP.jl 0.7.0
- add support for MathOptInterface (and JuMP 0.19)
- drop support for MathProgBase (and JuMP 0.18)
- no support for solver callbacks yet
SCIP 0.6.1
- add more tests from MathProgBase
- add more own tests
- fix additional syntax issues with Julia 1.0
SCIP.jl 0.6.0
Support Julia versions 0.7 and 1.0. Upgrade to SCIP 6.
SCIP.jl 0.5.2
Minor bugfix release, mostly updating the CSIP dependency.