SCIP.jl

Julia interface to SCIP solver

MIT License

Stars
89
Committers
21

Bot releases are hidden (Show)

SCIP.jl - v0.9.7

Published by matbesancon almost 4 years ago

Adding MOI Callbacks

SCIP.jl - SCIP.jl 0.7.4

Published by rschwarz over 5 years ago

  • support indicator constraints
  • fix segfaults when in wrong SCIP stage
SCIP.jl - SCIP.jl 0.7.3

Published by rschwarz over 5 years ago

Now supports OS X (#110).

SCIP.jl - SCIP.jl 0.7.2

Published by tkoolen over 5 years ago

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

SCIP.jl - SCIP.jl 0.7.1

Published by rschwarz over 5 years ago

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 - SCIP.jl 0.7.0

Published by rschwarz over 5 years ago

  • add support for MathOptInterface (and JuMP 0.19)
  • drop support for MathProgBase (and JuMP 0.18)
  • no support for solver callbacks yet
SCIP.jl - SCIP 0.6.1

Published by rschwarz almost 6 years ago

  • add more tests from MathProgBase
  • add more own tests
  • fix additional syntax issues with Julia 1.0
SCIP.jl - SCIP.jl 0.6.0

Published by rschwarz almost 6 years ago

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

SCIP.jl - SCIP.jl 0.5.2

Published by rschwarz over 6 years ago

Minor bugfix release, mostly updating the CSIP dependency.

SCIP.jl - SCIP.jl 0.5

Published by rschwarz over 6 years ago

Now supports (and requires) the newest version of SCIP (5.0.0).

SCIP.jl - SCIP.jl 0.4

Published by rschwarz about 7 years ago

  • Updated for Julia v0.6.
  • Now supports incomplete warmstart solutions.
SCIP.jl - SCIP.jl 0.3

Published by rschwarz over 7 years ago

Update CSIP dependency to support new 4.0.0 release of SCIP.

SCIP.jl - SCIP.jl 0.2

Published by rschwarz over 7 years ago

  • fix memory leaks
  • make compatible with Julia 0.6, MPB 0.6.1 and JuMP 0.16
  • improve installation instructions