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