Element constraints
[Using finite domain integers]
Collaboration diagram for Element constraints:
|
Functions | |
| static synchronized void | org::gecode::Gecode.element (JavaSpace home, int[] n, IntVar x0, IntVar x1, IntConLevel arg4) |
Post propagator for . | |
| static synchronized void | org::gecode::Gecode.element (JavaSpace home, int[] n, IntVar x0, IntVar x1) |
Post propagator for . | |
| static synchronized void | org::gecode::Gecode.element (JavaSpace home, VarArray<?extends IntVar > x, IntVar y0, IntVar y1, IntConLevel icl) |
Post propagator for . | |
| static synchronized void | org::gecode::Gecode.element (JavaSpace home, VarArray<?extends IntVar > x, IntVar y0, IntVar y1) |
Post propagator for . | |
Function Documentation
| static synchronized void org.gecode.Gecode.element | ( | JavaSpace | home, | |
| int[] | n, | |||
| IntVar | x0, | |||
| IntVar | x1, | |||
| IntConLevel | arg4 | |||
| ) | [static, inherited] |
Post propagator for
.
Throws an exception of type Int.NumericalOverflow, if the integers in n exceed the limits in Limits.Int.
Definition at line 574 of file Gecode.java.
| static synchronized void org.gecode.Gecode.element | ( | JavaSpace | home, | |
| int[] | n, | |||
| IntVar | x0, | |||
| IntVar | x1 | |||
| ) | [static, inherited] |
Post propagator for
.
Throws an exception of type Int.NumericalOverflow, if the integers in n exceed the limits in Limits.Int.
Definition at line 584 of file Gecode.java.
| static synchronized void org.gecode.Gecode.element | ( | JavaSpace | home, | |
| VarArray<?extends IntVar > | x, | |||
| IntVar | y0, | |||
| IntVar | y1, | |||
| IntConLevel | icl | |||
| ) | [static, inherited] |
Post propagator for
.
Supports both bounds (icl = ICL_BND) and domain-consistency (icl = ICL_DOM, default).
Definition at line 593 of file Gecode.java.
| static synchronized void org.gecode.Gecode.element | ( | JavaSpace | home, | |
| VarArray<?extends IntVar > | x, | |||
| IntVar | y0, | |||
| IntVar | y1 | |||
| ) | [static, inherited] |
Post propagator for
.
Supports both bounds (icl = ICL_BND) and domain-consistency (icl = ICL_DOM, default).
Definition at line 602 of file Gecode.java.
