ConstraintSolver.jl Versions Save

ConstraintSolver in Julia: Blog posts ->

v0.9.2

2 years ago

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

2 years ago

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

2 years ago

ConstraintSolver v0.9.0

Diff since v0.8.2

Closed issues:

  • Update to MOI v0.10.0 (#278)

Merged pull requests:

  • Moi v0.10 (#285) (@Wikunia)

v0.8.2

2 years ago

ConstraintSolver v0.8.2

Diff since v0.8.1

Closed issues:

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

Merged pull requests:

  • Feature element 1D const (#213) (@Wikunia)
  • removed is_activated as it's unused (#284) (@Wikunia)

v0.8.1

2 years ago

ConstraintSolver v0.8.1

Diff since v0.8.0

Merged pull requests:

  • compat helper possible bugfix (#279) (@Wikunia)
  • rewrote constraint pvals (#283) (@Wikunia)

v0.8.0

2 years ago

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:

  • test always the latest v1.x julia version currently 1.7 (#275) (@Wikunia)
  • Feature table logger (#277) (@Wikunia)

v0.7.1

2 years ago

ConstraintSolver v0.7.1

Diff since v0.7.0

Merged pull requests:

  • removed impl and use dispatch instead (#273) (@Wikunia)
  • Priority queue for BFS problems (#274) (@Wikunia)

v0.7.0

2 years ago

ConstraintSolver v0.7.0

Diff since v0.6.10

Merged pull requests:

  • Constraint programming extensions (#270) (@Wikunia)

v0.6.10

2 years ago

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:

  • basic indicator in reified constraint (#251) (@Wikunia)
  • bin variable symbol as constraint (#267) (@Wikunia)
  • Feature VectorAffineFuncton in AllDifferent/Table (#268) (@Wikunia)

v0.6.9

2 years ago

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)