Skip to content

Releases: scipopt/SCIP.jl

v0.9.0

21 Aug 21:47
v0.9.0
Compare
Choose a tag to compare

v0.9.0 (2019-08-21)

Diff since v0.8.0

Closed issues:

  • register v0.8.0 (#124)

Merged pull requests:

v0.8.0

14 May 08:34
v0.8.0
e8ac50f
Compare
Choose a tag to compare

SCIP.jl 0.7.4

03 Apr 15:37
dd2c6f3
Compare
Choose a tag to compare
  • support indicator constraints
  • fix segfaults when in wrong SCIP stage

SCIP.jl 0.7.3

29 Mar 08:18
Compare
Choose a tag to compare
SCIP.jl 0.7.3 Pre-release
Pre-release

Now supports OS X (#110).

SCIP.jl 0.7.2

15 Mar 13:50
057b2e7
Compare
Choose a tag to compare

Fix a regression in handling parameter types (#15, fixed in #108).

SCIP.jl 0.7.1

13 Mar 15:11
d0749c9
Compare
Choose a tag to compare
SCIP.jl 0.7.1 Pre-release
Pre-release

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

04 Mar 08:43
0558de2
Compare
Choose a tag to compare
SCIP.jl 0.7.0 Pre-release
Pre-release
  • 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

24 Oct 12:21
5338a7f
Compare
Choose a tag to compare
SCIP 0.6.1 Pre-release
Pre-release
  • add more tests from MathProgBase
  • add more own tests
  • fix additional syntax issues with Julia 1.0

SCIP.jl 0.6.0

21 Oct 19:30
2b596de
Compare
Choose a tag to compare
SCIP.jl 0.6.0 Pre-release
Pre-release

Support Julia versions 0.7 and 1.0. Upgrade to SCIP 6.

SCIP.jl 0.5.2

17 May 15:18
Compare
Choose a tag to compare
SCIP.jl 0.5.2 Pre-release
Pre-release

Minor bugfix release, mostly updating the CSIP dependency.