Skip to content

v0.12.4

Compare
Choose a tag to compare
@github-actions github-actions released this 12 May 08:03
· 15 commits to master since this release
406d8a2

SCIP v0.12.4

Diff since v0.12.3

Merged pull requests:

  • Update GitHub action workflows (#303) (@odow)
  • Remove VERSION checks because the minimum Julia version is v1.10 (#305) (@odow)
  • Fix modification when stage is left in SCIP_STAGE_SOLVING (#306) (@odow)
  • Fix MOI.TerminationStatus (#307) (@odow)
  • Change test/MINLPTests to opt-out rather than opt-in for tests (#308) (@odow)
  • Refactor MOI-related tests into a single file and remove global state (#309) (@odow)
  • Fix test_objective_ related tests in MOI wrapper (#310) (@odow)
  • Various refactoring and tidying of src/MOI_wrapper.jl (#311) (@odow)
  • Various refactoring and tidying of src/MOI_wrapper/indicator_constraints.jl (#312) (@odow)
  • Various refactoring and tidying of src/MOI_wrapper/results.jl (#313) (@odow)
  • Various refactoring and tidying of src/MOI_wrapper/sos_constraints.jl (#314) (@odow)
  • Various refactoring and tidying of src/MOI_wrapper/variable.jl (#315) (@odow)
  • Various minor tweaks to the README (#316) (@odow)
  • Various refactoring and tidying of HeuristicCallback and UserCutCallback (#317) (@odow)
  • More minor formatting and style improvements (#318) (@odow)
  • Fix MOI.VariableName (#322) (@odow)
  • Fix MOI.ConstraintName (#323) (@odow)
  • Fix LowerBoundAlreadySet and UpperBoundAlreadySet (#325) (@odow)
  • Throw SetAttributeNotAllowed when NLPBlock has objective function (#326) (@odow)
  • Fix deleting from .constypes when deleting MOI.VariableIndex (#327) (@odow)
  • Update README.md with more supported MOI features (#328) (@odow)
  • Add support for MOI.ScalarNonlinearFunction (#329) (@odow)

Closed issues:

  • SCIP-SDP support (#40)
  • Proper ccalls with variadic arguments. (#101)
  • Add tested example for constraint handlers based on JuMP. (#131)
  • Does SCIP.jl support branch and price? (#181)
  • VectorOfVariable with indicator does not detect binary variable (#191)
  • Collect all feasible solutions (#259)
  • [EXCEPTION_ACCESS_VIOLATION] Julia 1.8.5 incompatibility with SCIP v0.11.12 (#261)
  • MultipleObjectiveAlgorithms usage (#268)
  • SCIP solver -- issue in "quadratic_constraints.jl". (#280)
  • MathOptInterface.ScalarNonlinearFunction not supported by the solver (#282)
  • SCIP optimizer status likely set incorrectly (#285)
  • User-Defined Operator support (#291)
  • MIPLIB Benchmark Case: b1c1s1 broken in SCIP@v0.12.1 (#299)
  • Write Solution to a .SOL File (#302)
  • Segfault and SCIP_INVALIDCALL when reusing model after SCIP time limit (#304)
  • Fix MOI.Lower|UpperBoundAlreadySet (#319)
  • Fix MOI.VariableName (#320)
  • Fix MOI.ConstraintName (#321)
  • Fix deleting a variable and it's corresponding bound constraints (#324)