We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e5ed56 commit 63af545Copy full SHA for 63af545
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# ConstrainSolver.jl - Changelog
2
3
-## Unreleased
+## v0.6.10 (26th of July 2021)
4
- Allow variables as constraint like `a || !b` instead of `a == 1 || b == 0`. [PR #267](https://github.com/Wikunia/ConstraintSolver.jl/pull/267)
5
- **Attention** Does not check if variable is a binary variable
6
- Support for indicator/reified in indicator/reified (without bridges) [PR #251](https://github.com/Wikunia/ConstraintSolver.jl/pull/251)
Project.toml
@@ -1,7 +1,7 @@
name = "ConstraintSolver"
uuid = "e0e52ebd-5523-408d-9ca3-7641f1cd1405"
authors = ["Ole Kröger <[email protected]>"]
-version = "0.6.9"
+version = "0.6.10"
[deps]
7
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
0 commit comments