We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5192890 commit 824fc93Copy full SHA for 824fc93
CHANGELOG.md
@@ -1,8 +1,9 @@
1
# ConstrainSolver.jl - Changelog
2
3
-## Unreleased
+## v0.4.0 (29th of November 2020)
4
+**Improvements for graph coloring**
5
- Use LP solver also for single variable objectives
-- Combine several `x != y` constraints into all different constraints
6
+- Combine several `x != y` constraints into an all different constraint
7
- Combine several `a >= x` constraints with the same `a` into a vector constraints
8
- used for better bounds using all different constraints
9
Project.toml
@@ -1,7 +1,7 @@
name = "ConstraintSolver"
uuid = "e0e52ebd-5523-408d-9ca3-7641f1cd1405"
authors = ["Ole Kröger <[email protected]>"]
-version = "0.3.1"
+version = "0.4.0"
[deps]
Formatting = "59287772-0a20-5a39-b81b-1366585eb4c0"
0 commit comments