Skip to content

Commit 80a6050

Browse files
committed
updated supported for binary variables without linear constr
1 parent 633ebbb commit 80a6050

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/src/supported.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ The following list shows constraints that are implemented and those which are pl
9696
- [X] for everything that is supported by indicator constraints
9797
- Boolean constraints
9898
- i.e `@constraint(m, x + y >= 12 || 2x + y <= 7)`
99+
- allows binary variables without writing ` == 1` or ` == 0`
100+
- one can write something like `a || !b`
101+
- **Attention:** Does not check whether `a` and `b` are actually binary variables
99102
- Element constraints
100103
- [ ] 1D array with constant values
101104
- i.e `T = [12,87,42,1337]` `T[y] == z` with `y` and `z` being variables [#213](https://github.com/Wikunia/ConstraintSolver.jl/pull/213)

0 commit comments

Comments
 (0)