Skip to content

Releases: Wikunia/ConstraintSolver.jl

v0.9.2

26 Mar 09:51
Compare
Choose a tag to compare

ConstraintSolver v0.9.2

Diff since v0.9.1

Merged pull requests:

  • CompatHelper: bump compat for JuMP to 1, (keep existing compat) (#288) (@github-actions[bot])

v0.9.1

27 Feb 10:47
Compare
Choose a tag to compare

ConstraintSolver v0.9.1

Diff since v0.9.0

Merged pull requests:

  • CompatHelper: bump compat for JuMP to 0.23, (keep existing compat) (#287) (@github-actions[bot])

v0.9.0

19 Feb 17:52
30f7ade
Compare
Choose a tag to compare

ConstraintSolver v0.9.0

Diff since v0.8.2

Closed issues:

  • Update to MOI v0.10.0 (#278)

Merged pull requests:

v0.8.2

06 Feb 16:54
Compare
Choose a tag to compare

ConstraintSolver v0.8.2

Diff since v0.8.1

Closed issues:

  • 1D element constraint for constant arrays (#196)

Merged pull requests:

v0.8.1

05 Feb 18:01
72f4c36
Compare
Choose a tag to compare

ConstraintSolver v0.8.1

Diff since v0.8.0

Merged pull requests:

v0.8.0

08 Jan 21:05
Compare
Choose a tag to compare

ConstraintSolver v0.8.0

Diff since v0.7.1

Closed issues:

  • How to define a variable with a restricted domain of strings (#276)

Merged pull requests:

v0.7.1

01 Nov 20:45
36a7490
Compare
Choose a tag to compare

ConstraintSolver v0.7.1

Diff since v0.7.0

Merged pull requests:

v0.7.0

07 Aug 16:50
9830f7d
Compare
Choose a tag to compare

ConstraintSolver v0.7.0

Diff since v0.6.10

Merged pull requests:

v0.6.10

26 Jul 15:06
Compare
Choose a tag to compare

ConstraintSolver v0.6.10

Diff since v0.6.9

Closed issues:

  • (n+1)th variable is not a bounded integer (#82)
  • CS.TableSet() requires only VariableRef:s (#235)
  • Some general profiling and performance improvements (#249)
  • Allow binary variables to be evaluated as true or false (#250)

Merged pull requests:

v0.6.9

17 Jul 15:02
3e11d24
Compare
Choose a tag to compare

ConstraintSolver v0.6.9

Diff since v0.6.8

Closed issues:

  • Support for !constraint (#253)
  • Implement xor and xnor (#259)

Merged pull requests:

  • check if inner violated and not just fixed (#266) (@Wikunia)