Releases: Wikunia/ConstraintSolver.jl
Releases · Wikunia/ConstraintSolver.jl
v0.9.2
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
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
ConstraintSolver v0.9.0
Diff since v0.8.2
Closed issues:
- Update to MOI v0.10.0 (#278)
Merged pull requests:
v0.8.2
ConstraintSolver v0.8.2
Diff since v0.8.1
Closed issues:
- 1D element constraint for constant arrays (#196)
Merged pull requests:
v0.8.0
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.6.10
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
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)