Assigning
[Using finite domain integers]
Collaboration diagram for Assigning:
Enumerations | |
enum | Gecode::AvalSel { Gecode::AVAL_MIN, Gecode::AVAL_MED, Gecode::AVAL_MAX } |
Which value to select for assignment. More... | |
Functions | |
void | Gecode::assign (Space *home, const IntVarArgs &x, AvalSel vals) |
Assign all x with value selection vals. |
Enumeration Type Documentation
|
Which value to select for assignment.
|
Function Documentation
|
Assign all x with value selection vals.
|