Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Apr 14:01
· 145 commits to master since this release
461f0ba

ConstraintSolver v0.1.0

Closed issues:

  • Currently a variable can't be fixed in a constraint (#7)
  • All different is only working if #values = #indices (#8)
  • Get all solutions (#14)
  • Support for variable on rhs and 2x+x => 3x (#15)
  • consistent function names (#17)
  • Export functions (#19)
  • docs (#20)
  • Don't return Infeasible if a solution was found (#23)
  • Remove sorting (#24)
  • MOI JuMP (#28)
  • Additional objective functionality/tests (#38)
  • Feasible solution first and the optimize (#39)
  • Ordering of constraints (#42)
  • Tests for deterministic run (#44)
  • Implementation of own bipartite_matching (#46)
  • Reuse memory in all_different constraint (#49)
  • = / <= constraint for affine terms (#54)

  • Confusion between values and indices (#56)
  • Non-integer coefficients get silently converted (#57)
  • Better dispatch strategy (#60)
  • Documentation (#62)
  • Support for variable != constant (#65)
  • Support for != in linear functions (#66)
  • Better bound using the constraints (#69)
  • Branching in two branches (#74)
  • Table logging (#78)
  • SolveTime (#79)
  • Solver failure on small problem (#83)
  • Update to JuMP v0.21 (#84)
  • Disagreement with Cbc.jl on feasibility (#86)
  • Better <= bounds (#89)
  • Different traversal strategies (#95)
  • Support for timeLimit (#98)
  • Bug probably in bound computation (#99)
  • Option for logging infos about variables/constraints (#102)
  • Better readme with examples (#110)
  • Try a different splitting strategy (#113)
  • Alldifferent bound computation (#114)
  • Branch split Auto (#118)
  • Alldifferent + linear combination (#119)

Merged pull requests: