Skip to content

Commit 824fc93

Browse files
committed
v0.4
1 parent 5192890 commit 824fc93

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# ConstrainSolver.jl - Changelog
22

3-
## Unreleased
3+
## v0.4.0 (29th of November 2020)
4+
**Improvements for graph coloring**
45
- Use LP solver also for single variable objectives
5-
- Combine several `x != y` constraints into all different constraints
6+
- Combine several `x != y` constraints into an all different constraint
67
- Combine several `a >= x` constraints with the same `a` into a vector constraints
78
- used for better bounds using all different constraints
89

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ConstraintSolver"
22
uuid = "e0e52ebd-5523-408d-9ca3-7641f1cd1405"
33
authors = ["Ole Kröger <[email protected]>"]
4-
version = "0.3.1"
4+
version = "0.4.0"
55

66
[deps]
77
Formatting = "59287772-0a20-5a39-b81b-1366585eb4c0"

0 commit comments

Comments
 (0)