SCIP.jl

Julia interface to SCIP solver

MIT License

Stars
89
Committers
21

Bot releases are visible (Hide)

SCIP.jl - v0.9.7

Published by matbesancon almost 4 years ago

Adding MOI Callbacks

SCIP.jl - v0.9.6

Published by github-actions[bot] about 4 years ago

SCIP v0.9.6

Diff since v0.9.5

Closed issues:

  • Update to [email protected] (#150)
  • Can not install SCIP.jl 0.9.4 with SCIP optimizer 7.0 (Windows 10) (#154)
  • SCIP installation error (#162)
  • Increase CEnum versions (#168)
  • ERROR: LoadError: SCIP is currently not supported on "NT" (#169)
  • Error when reoptimize after adding a constraint (#170)

Merged pull requests:

  • undefined variable (#167) (@matbesancon)
  • Allow adding nonlinear constraints after solving (#171) (@rschwarz)
  • Allow version 7.0.1 (#173) (@joaquimg)
  • RFC: Replace external dependency CEnum with private submodule (#175) (@GregPlowman)
SCIP.jl - v0.9.5

Published by github-actions[bot] over 4 years ago

SCIP v0.9.5

Diff since v0.9.4

Closed issues:

  • SCIP is currently not suported on NT (#151)
  • build with SCIP7 (#152)
  • invalid type expression for Cenum (#153)
  • Formulation of Nonlinear Optimization with JuMP/Ipopt (#155)
  • SCIP Dual Status (#157)

Merged pull requests:

  • Implement MOI.DualStatus (#158) (@odow)
SCIP.jl - v0.9.4

Published by github-actions[bot] over 4 years ago

SCIP v0.9.4

Diff since v0.9.3

Closed issues:

  • Failing MOI's indicator4 test (#147)

Merged pull requests:

  • Improve travis tests (fix MINLPTests, test with Julia 1.3) (#148) (@rschwarz)
  • Support SCIP 7.0.0 (#149) (@rschwarz)
SCIP.jl - v0.9.3

Published by github-actions[bot] over 4 years ago

SCIP v0.9.3

Diff since v0.9.2

Closed issues:

  • Support (partial) warm-start solution. (#95)
  • Getting solutions when stage is not SOLVED (#128)
  • SCIP gap limit error (#139)
  • Building SCIP does not locate dylib although SCIPOPTDIR is set (#142)

Merged pull requests:

  • Project.toml for gen folder (#136) (@matbesancon)
  • Fix indicator (#137) (@matbesancon)
  • Support VariablePrimalStart (#138) (@rschwarz)
  • Add CompatHelper action (#140) (@rschwarz)
  • Install TagBot as a GitHub Action (#146) (@JuliaTagBot)
SCIP.jl - v0.9.2

Published by julia-tagbot[bot] about 5 years ago

v0.9.2 (2019-10-11)

Diff since v0.9.1

Merged pull requests:

  • Compatibility with MOI 0.9.5 (#134) (rschwarz)
  • Add/fix some MOI methods (#133) (rschwarz)
  • fix assert_solved (#132) (rschwarz)
  • simplify usage of MINLPTests (override status codes globally) (#130) (rschwarz)
SCIP.jl - v0.9.1

Published by julia-tagbot[bot] about 5 years ago

v0.9.1 (2019-08-29)

Diff since v0.9.0

Closed issues:

  • SCIP not working with JuMP (#129)

Merged pull requests:

  • add support for constraint handlers (#109) (rschwarz)
SCIP.jl - v0.9.0

Published by julia-tagbot[bot] about 5 years ago

v0.9.0 (2019-08-21)

Diff since v0.8.0

Closed issues:

  • register v0.8.0 (#124)

Merged pull requests:

  • update CI scripts to use SCIP 6.0.2 (#127) (rschwarz)
  • Prepare for MOI v0.9 (#126) (rschwarz)
  • Update MINLPTests to v0.3 (#125) (rschwarz)
  • Indicator moi (#121) (matbesancon)
  • activate more QCP MOI tests (#118) (rschwarz)
SCIP.jl - v0.8.0

Published by julia-tagbot[bot] over 5 years ago

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 about 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.