File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# ConstrainSolver.jl - Changelog
2
2
3
- ## Unreleased
3
+ ## v0.6.10 (26th of July 2021)
4
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
5
- ** Attention** Does not check if variable is a binary variable
6
6
- Support for indicator/reified in indicator/reified (without bridges) [ PR #251 ] ( https://github.com/Wikunia/ConstraintSolver.jl/pull/251 )
Original file line number Diff line number Diff line change 1
1
name = " ConstraintSolver"
2
2
uuid = " e0e52ebd-5523-408d-9ca3-7641f1cd1405"
3
3
authors = [
" Ole Kröger <[email protected] >" ]
4
- version = " 0.6.9 "
4
+ version = " 0.6.10 "
5
5
6
6
[deps ]
7
7
DataStructures = " 864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
You can’t perform that action at this time.
0 commit comments