SCIP.jl was upgraded to MathOptInterface v0.10
.
Removed ManagedSCIP
as a logic layer. Memory management is now done at the SCIP.Optimizer
layer.
Support for SCIP 7.0.2. Automatic SCIP binary installation through SCIP_jll built by BinaryBuilder #177.
- support MOI user cut callbacks #179
- add local CEnum submodule to avoid version conflicts #175
- support SCIP 7.0.1 #173
- fix SCIP status bug when adding nonlinear constraints after solving #171
- implement MOI.DualStatus #158
- support SCIP 7.0.0 #149
- support (and require) MOI v0.9.5 #134
- implement more MOI methods to better support JuMP with
direct_model
#133
- Add a Julia wrapper for constraint handlers. #109
- support MOI v0.9 #126
- SCIP-specific MOI indicator constraint replaced by the new MOI definition #121
- Support OS X: #110.
- Fix handling of value types when setting parameters: #15.
- Fix translation of coefficients in quadratic constraints: #106.
- Major rewrite with Clang.jl generated wrapper of SCIP headers: #76.
- Add support for MathOptInterface (and JuMP v0.19).
- Drop support for MathProgBase.
- Drop intermediate layer CSIP between SCIP.jl and SCIP.
- Last version to support MathProgBase and JuMP v0.18