Simple relation constraints
[Using finite domain integers]
Functions | |
| static synchronized void | org::gecode::Gecode.rel (JavaSpace home, IntVar x0, IntRelType r, IntVar x1, IntConLevel icl) |
Post propagator for . | |
| static synchronized void | org::gecode::Gecode.rel (JavaSpace home, IntVar x0, IntRelType r, IntVar x1) |
Post propagator for . | |
| static synchronized void | org::gecode::Gecode.rel (JavaSpace home, IntVar x, IntRelType r, int c, IntConLevel icl) |
Propagates . | |
| static synchronized void | org::gecode::Gecode.rel (JavaSpace home, IntVar x, IntRelType r, int c) |
Propagates . | |
| static synchronized void | org::gecode::Gecode.rel (JavaSpace home, IntVar x0, IntRelType r, IntVar x1, BoolVar b, IntConLevel icl) |
Post propagator for . | |
| static synchronized void | org::gecode::Gecode.rel (JavaSpace home, IntVar x0, IntRelType r, IntVar x1, BoolVar b) |
Post propagator for . | |
| static synchronized void | org::gecode::Gecode.rel (JavaSpace home, IntVar x, IntRelType r, int c, BoolVar b, IntConLevel icl) |
Post propagator for . | |
| static synchronized void | org::gecode::Gecode.rel (JavaSpace home, IntVar x, IntRelType r, int c, BoolVar b) |
Post propagator for . | |
| static synchronized void | org::gecode::Gecode.rel (JavaSpace home, VarArray<?extends IntVar > x, IntRelType r, VarArray<?extends IntVar > y, IntConLevel icl) |
| Post propagator for relation between x and y. | |
| static synchronized void | org::gecode::Gecode.rel (JavaSpace home, VarArray<?extends IntVar > x, IntRelType r, VarArray<?extends IntVar > y) |
| Post propagator for relation between x and y. | |
Function Documentation
| static synchronized void org.gecode.Gecode.rel | ( | JavaSpace | home, | |
| IntVar | x0, | |||
| IntRelType | r, | |||
| IntVar | x1, | |||
| IntConLevel | icl | |||
| ) | [static, inherited] |
Post propagator for
.
Supports both bounds (icl = ICL_BND) and domain-consistency (icl = ICL_DOM, default).
Definition at line 318 of file Gecode.java.
| static synchronized void org.gecode.Gecode.rel | ( | JavaSpace | home, | |
| IntVar | x0, | |||
| IntRelType | r, | |||
| IntVar | x1 | |||
| ) | [static, inherited] |
Post propagator for
.
Supports both bounds (icl = ICL_BND) and domain-consistency (icl = ICL_DOM, default).
Definition at line 330 of file Gecode.java.
| static synchronized void org.gecode.Gecode.rel | ( | JavaSpace | home, | |
| IntVar | x, | |||
| IntRelType | r, | |||
| int | c, | |||
| IntConLevel | icl | |||
| ) | [static, inherited] |
| static synchronized void org.gecode.Gecode.rel | ( | JavaSpace | home, | |
| IntVar | x, | |||
| IntRelType | r, | |||
| int | c | |||
| ) | [static, inherited] |
| static synchronized void org.gecode.Gecode.rel | ( | JavaSpace | home, | |
| IntVar | x0, | |||
| IntRelType | r, | |||
| IntVar | x1, | |||
| BoolVar | b, | |||
| IntConLevel | icl | |||
| ) | [static, inherited] |
Post propagator for
.
Supports both bounds (icl = ICL_BND) and domain-consistency (icl = ICL_DOM, default).
Definition at line 349 of file Gecode.java.
| static synchronized void org.gecode.Gecode.rel | ( | JavaSpace | home, | |
| IntVar | x0, | |||
| IntRelType | r, | |||
| IntVar | x1, | |||
| BoolVar | b | |||
| ) | [static, inherited] |
Post propagator for
.
Supports both bounds (icl = ICL_BND) and domain-consistency (icl = ICL_DOM, default).
Definition at line 358 of file Gecode.java.
| static synchronized void org.gecode.Gecode.rel | ( | JavaSpace | home, | |
| IntVar | x, | |||
| IntRelType | r, | |||
| int | c, | |||
| BoolVar | b, | |||
| IntConLevel | icl | |||
| ) | [static, inherited] |
Post propagator for
.
Supports both bounds (icl = ICL_BND) and domain-consistency (icl = ICL_DOM, default).
Definition at line 367 of file Gecode.java.
| static synchronized void org.gecode.Gecode.rel | ( | JavaSpace | home, | |
| IntVar | x, | |||
| IntRelType | r, | |||
| int | c, | |||
| BoolVar | b | |||
| ) | [static, inherited] |
Post propagator for
.
Supports both bounds (icl = ICL_BND) and domain-consistency (icl = ICL_DOM, default).
Definition at line 376 of file Gecode.java.
| static synchronized void org.gecode.Gecode.rel | ( | JavaSpace | home, | |
| VarArray<?extends IntVar > | x, | |||
| IntRelType | r, | |||
| VarArray<?extends IntVar > | y, | |||
| IntConLevel | icl | |||
| ) | [static, inherited] |
Post propagator for relation between x and y.
Note that for the inequality relations this corresponds to the lexical order between x and y.
Supports both bounds (icl = ICL_BND) and domain-consistency (icl = ICL_DOM, default).
Throws an exception of type Int.ArgumentSizeMismatch, if x and y are of different size.
Definition at line 391 of file Gecode.java.
| static synchronized void org.gecode.Gecode.rel | ( | JavaSpace | home, | |
| VarArray<?extends IntVar > | x, | |||
| IntRelType | r, | |||
| VarArray<?extends IntVar > | y | |||
| ) | [static, inherited] |
Post propagator for relation between x and y.
Note that for the inequality relations this corresponds to the lexical order between x and y.
Supports both bounds (icl = ICL_BND) and domain-consistency (icl = ICL_DOM, default).
Throws an exception of type Int.ArgumentSizeMismatch, if x and y are of different size.
Definition at line 406 of file Gecode.java.

.