Domain constraints
[Using finite integer sets]
Functions | |
| static synchronized void | org::gecode::Gecode.dom (JavaSpace home, SetVar x, SetRelType r, int i) |
Propagates . | |
| static synchronized void | org::gecode::Gecode.dom (JavaSpace home, SetVar x, SetRelType r, int i, int j) |
Propagates . | |
| static synchronized void | org::gecode::Gecode.dom (JavaSpace home, SetVar x, SetRelType r, IntSet s) |
Propagates . | |
| static synchronized void | org::gecode::Gecode.dom (JavaSpace home, SetVar x, SetRelType r, int i, BoolVar b) |
Post propagator for . | |
| static synchronized void | org::gecode::Gecode.dom (JavaSpace home, SetVar x, SetRelType r, int i, int j, BoolVar b) |
Post propagator for . | |
| static synchronized void | org::gecode::Gecode.dom (JavaSpace home, SetVar x, SetRelType r, IntSet s, BoolVar b) |
Post propagator for . | |
| static synchronized void | org::gecode::Gecode.cardinality (JavaSpace home, SetVar x, long i, long j) |
Propagates . | |
Function Documentation
| static synchronized void org.gecode.Gecode.dom | ( | JavaSpace | home, | |
| SetVar | x, | |||
| SetRelType | r, | |||
| int | i | |||
| ) | [static, inherited] |
| static synchronized void org.gecode.Gecode.dom | ( | JavaSpace | home, | |
| SetVar | x, | |||
| SetRelType | r, | |||
| int | i, | |||
| int | j | |||
| ) | [static, inherited] |
| static synchronized void org.gecode.Gecode.dom | ( | JavaSpace | home, | |
| SetVar | x, | |||
| SetRelType | r, | |||
| IntSet | s | |||
| ) | [static, inherited] |
| static synchronized void org.gecode.Gecode.dom | ( | JavaSpace | home, | |
| SetVar | x, | |||
| SetRelType | r, | |||
| int | i, | |||
| BoolVar | b | |||
| ) | [static, inherited] |
| static synchronized void org.gecode.Gecode.dom | ( | JavaSpace | home, | |
| SetVar | x, | |||
| SetRelType | r, | |||
| int | i, | |||
| int | j, | |||
| BoolVar | b | |||
| ) | [static, inherited] |
| static synchronized void org.gecode.Gecode.dom | ( | JavaSpace | home, | |
| SetVar | x, | |||
| SetRelType | r, | |||
| IntSet | s, | |||
| BoolVar | b | |||
| ) | [static, inherited] |

.
.
.
.
.
.
.