Relation constraints
[Using integer set variables and constraints]
Functions | |
void | Gecode::rel (Home home, SetVar x, SetRelType r, SetVar y) |
Post propagator for . | |
void | Gecode::rel (Home home, SetVar x, SetRelType rt, SetVar y, Reify r) |
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 rt, IntVar x, Reify r) |
Post propagator for . | |
void | Gecode::rel (Home home, IntVar x, SetRelType rt, SetVar s, Reify r) |
Post propagator for . | |
void | Gecode::rel (Home home, SetVar s, IntRelType rt, IntVar x) |
Post propagator for . | |
void | Gecode::rel (Home home, IntVar x, IntRelType rt, SetVar s) |
Post propagator for . | |
void | Gecode::rel (Home home, SetVar s, IntRelType rt, IntVar x, Reify r) |
Post reified propagator for . | |
void | Gecode::rel (Home home, IntVar x, IntRelType rt, SetVar s, Reify r) |
Post reified 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 | rt, | |||
SetVar | y, | |||
Reify | r | |||
) |
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 | rt, | |||
IntVar | x, | |||
Reify | r | |||
) |
Post propagator for .
void Gecode::rel | ( | Home | home, | |
IntVar | x, | |||
SetRelType | rt, | |||
SetVar | s, | |||
Reify | r | |||
) |
Post propagator for .
void Gecode::rel | ( | Home | home, | |
SetVar | s, | |||
IntRelType | rt, | |||
IntVar | x | |||
) |
Post propagator for .
void Gecode::rel | ( | Home | home, | |
IntVar | x, | |||
IntRelType | rt, | |||
SetVar | s | |||
) | [inline] |
Post propagator for .
void Gecode::rel | ( | Home | home, | |
SetVar | s, | |||
IntRelType | rt, | |||
IntVar | x, | |||
Reify | r | |||
) |
Post reified propagator for .
void Gecode::rel | ( | Home | home, | |
IntVar | x, | |||
IntRelType | rt, | |||
SetVar | s, | |||
Reify | r | |||
) | [inline] |
Post reified propagator for.