Skip to content

Releases: Wikunia/ConstraintSolver.jl

v0.1.8

15 Jun 11:02
587dbc8
Compare
Choose a tag to compare

ConstraintSolver v0.1.8

Diff since v0.1.7

Closed issues:

  • Logo (#127)
  • Indicator constraint (#166)

Merged pull requests:

v0.1.7

22 May 14:00
25e4dc2
Compare
Choose a tag to compare

ConstraintSolver v0.1.7

Diff since v0.1.6

Closed issues:

  • Profiling Eternity (#138)

Merged pull requests:

v0.1.6

11 May 16:01
Compare
Choose a tag to compare

ConstraintSolver v0.1.6

Diff since v0.1.5

Closed issues:

  • Configuration of PkgBenchmarks (#137)
  • Linking variables (#142)
  • Memory allocation in Table (#146)
  • General solved testing (#147)
  • Pruning in equal constraint (#153)
  • EqualSet (#154)

Merged pull requests:

v0.1.5

06 May 17:01
Compare
Choose a tag to compare

ConstraintSolver v0.1.5

Diff since v0.1.4

Merged pull requests:

v0.1.4

06 May 11:01
Compare
Choose a tag to compare

ConstraintSolver v0.1.4

Diff since v0.1.3

Closed issues:

  • General tree test eternity (#144)

Merged pull requests:

v0.1.3

04 May 10:01
1f77531
Compare
Choose a tag to compare

ConstraintSolver v0.1.3

Diff since v0.1.2

Merged pull requests:

  • Bugfix using correct offset in resiudes + support (#141) (@Wikunia)

v0.1.2

27 Apr 12:00
Compare
Choose a tag to compare

ConstraintSolver v0.1.2

Diff since v0.1.1

Closed issues:

  • Test case for new constraint (#135)

Merged pull requests:

v0.1.1

15 Apr 13:01
Compare
Choose a tag to compare

ConstraintSolver v0.1.1

Diff since v0.1.0

Closed issues:

  • Open for renaming (#40)
  • Define a variable by an integer set (#67)

Merged pull requests:

v0.1.0

07 Apr 14:01
461f0ba
Compare
Choose a tag to compare

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: