Skip to content

Commit a941cc7

Browse files
committed
Relate the new sets to ConstraintSolver.jl.
1 parent 342e7b6 commit a941cc7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/constraintsolver.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
All the constraints that are currently supported by [ConstraintSolver.jl](https://github.com/Wikunia/ConstraintSolver.jl), up-to-date with v0.6.5:
2+
3+
- `AllDifferentSetInternal`: `AllDifferent`
4+
- `TableSetInternal`:
5+
- `NotEqualTo`: `DifferentFrom`
6+
- `Strictly`: `Strictly`
7+
- `ReifiedSet`: `Reified`
8+
- `BoolSet`: not yet (Boolean functions)

0 commit comments

Comments
 (0)