Relation constraints
[Using finite integer sets]
Functions | |
| static synchronized void | org::gecode::Gecode.rel (JavaSpace home, SetVar x, SetRelType r, SetVar y) |
Post propagator for . | |
| static synchronized void | org::gecode::Gecode.rel (JavaSpace home, SetVar x, SetRelType r, SetVar y, BoolVar b) |
Post propagator for . | |
| static synchronized void | org::gecode::Gecode.rel (JavaSpace home, SetVar s, SetRelType r, IntVar x) |
Post propagator for . | |
| static synchronized void | org::gecode::Gecode.rel (JavaSpace home, IntVar x, SetRelType r, SetVar s) |
Post propagator for . | |
| static synchronized void | org::gecode::Gecode.rel (JavaSpace home, SetVar s, SetRelType r, IntVar x, BoolVar b) |
Post propagator for . | |
| static synchronized void | org::gecode::Gecode.rel (JavaSpace home, IntVar x, SetRelType r, SetVar s, BoolVar b) |
Post propagator for . | |
| static synchronized void | org::gecode::Gecode.rel (JavaSpace home, SetVar s, IntRelType r, IntVar x) |
Post propagator for . | |
| static synchronized void | org::gecode::Gecode.rel (JavaSpace home, IntVar x, IntRelType r, SetVar s) |
Post propagator for . | |
Function Documentation
| static synchronized void org.gecode.Gecode.rel | ( | JavaSpace | home, | |
| SetVar | x, | |||
| SetRelType | r, | |||
| SetVar | y | |||
| ) | [static, inherited] |
| static synchronized void org.gecode.Gecode.rel | ( | JavaSpace | home, | |
| SetVar | x, | |||
| SetRelType | r, | |||
| SetVar | y, | |||
| BoolVar | b | |||
| ) | [static, inherited] |
| static synchronized void org.gecode.Gecode.rel | ( | JavaSpace | home, | |
| SetVar | s, | |||
| SetRelType | r, | |||
| IntVar | x | |||
| ) | [static, inherited] |
| static synchronized void org.gecode.Gecode.rel | ( | JavaSpace | home, | |
| IntVar | x, | |||
| SetRelType | r, | |||
| SetVar | s | |||
| ) | [static, inherited] |
| static synchronized void org.gecode.Gecode.rel | ( | JavaSpace | home, | |
| SetVar | s, | |||
| SetRelType | r, | |||
| IntVar | x, | |||
| BoolVar | b | |||
| ) | [static, inherited] |
| static synchronized void org.gecode.Gecode.rel | ( | JavaSpace | home, | |
| IntVar | x, | |||
| SetRelType | r, | |||
| SetVar | s, | |||
| BoolVar | b | |||
| ) | [static, inherited] |
| static synchronized void org.gecode.Gecode.rel | ( | JavaSpace | home, | |
| SetVar | s, | |||
| IntRelType | r, | |||
| IntVar | x | |||
| ) | [static, inherited] |
| static synchronized void org.gecode.Gecode.rel | ( | JavaSpace | home, | |
| IntVar | x, | |||
| IntRelType | r, | |||
| SetVar | s | |||
| ) | [static, inherited] |

.
.
.
.
.
.
.
.