Equality constraints
[Using finite domain integers]
Collaboration diagram for Equality constraints:
|
Functions | |
| static synchronized void | org::gecode::Gecode.eq (JavaSpace home, IntVar x0, IntVar x1, IntConLevel icl) |
Post propagator for . | |
| static synchronized void | org::gecode::Gecode.eq (JavaSpace home, IntVar x0, IntVar x1) |
Post propagator for . | |
| static synchronized void | org::gecode::Gecode.eq (JavaSpace home, IntVar x, int n, IntConLevel arg3) |
Propagates . | |
| static synchronized void | org::gecode::Gecode.eq (JavaSpace home, IntVar x, int n) |
Propagates . | |
| static synchronized void | org::gecode::Gecode.eq (JavaSpace home, IntVar x0, IntVar x1, BoolVar b, IntConLevel icl) |
Post propagator for . | |
| static synchronized void | org::gecode::Gecode.eq (JavaSpace home, IntVar x0, IntVar x1, BoolVar b) |
Post propagator for . | |
| static synchronized void | org::gecode::Gecode.eq (JavaSpace home, IntVar x, int n, BoolVar b, IntConLevel icl) |
Post propagator for . | |
| static synchronized void | org::gecode::Gecode.eq (JavaSpace home, IntVar x, int n, BoolVar b) |
Post propagator for . | |
| static synchronized void | org::gecode::Gecode.eq (JavaSpace home, VarArray<?extends IntVar > x, IntConLevel icl) |
Post propagator for . | |
| static synchronized void | org::gecode::Gecode.eq (JavaSpace home, VarArray<?extends IntVar > x) |
Post propagator for . | |
Function Documentation
| static synchronized void org.gecode.Gecode.eq | ( | JavaSpace | home, | |
| IntVar | x0, | |||
| 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 480 of file Gecode.java.
| static synchronized void org.gecode.Gecode.eq | ( | JavaSpace | home, | |
| IntVar | x0, | |||
| IntVar | x1 | |||
| ) | [static, inherited] |
Post propagator for
.
Supports both bounds (icl = ICL_BND) and domain-consistency (icl = ICL_DOM, default).
Definition at line 491 of file Gecode.java.
| static synchronized void org.gecode.Gecode.eq | ( | JavaSpace | home, | |
| IntVar | x, | |||
| int | n, | |||
| IntConLevel | arg3 | |||
| ) | [static, inherited] |
| static synchronized void org.gecode.Gecode.eq | ( | JavaSpace | home, | |
| IntVar | x0, | |||
| 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 510 of file Gecode.java.
| static synchronized void org.gecode.Gecode.eq | ( | JavaSpace | home, | |
| IntVar | x0, | |||
| 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 519 of file Gecode.java.
| static synchronized void org.gecode.Gecode.eq | ( | JavaSpace | home, | |
| IntVar | x, | |||
| int | n, | |||
| 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 528 of file Gecode.java.
| static synchronized void org.gecode.Gecode.eq | ( | JavaSpace | home, | |
| IntVar | x, | |||
| int | n, | |||
| BoolVar | b | |||
| ) | [static, inherited] |
Post propagator for
.
Supports both bounds (icl = ICL_BND) and domain-consistency (icl = ICL_DOM, default).
Definition at line 537 of file Gecode.java.
| static synchronized void org.gecode.Gecode.eq | ( | JavaSpace | home, | |
| VarArray<?extends IntVar > | x, | |||
| IntConLevel | icl | |||
| ) | [static, inherited] |
Post propagator for
.
Supports both bounds (icl = ICL_BND) and domain-consistency (icl = ICL_DOM, default).
Definition at line 546 of file Gecode.java.
| static synchronized void org.gecode.Gecode.eq | ( | JavaSpace | home, | |
| VarArray<?extends IntVar > | x | |||
| ) | [static, inherited] |
Post propagator for
.
Supports both bounds (icl = ICL_BND) and domain-consistency (icl = ICL_DOM, default).
Definition at line 555 of file Gecode.java.

.