Generated on Mon Aug 25 11:35:47 2008 for Gecode by doxygen 1.5.6

Assigning
[Using finite domain integers]


Enumerations

enum  Gecode::IntAssign { Gecode::INT_ASSIGN_MIN, Gecode::INT_ASSIGN_MED, Gecode::INT_ASSIGN_MAX }
 Which value to select for assignment. More...

Functions

void Gecode::assign (Space *home, const IntVarArgs &x, IntAssign vals)
 Assign all x with value selection vals.


Enumeration Type Documentation

Which value to select for assignment.

Enumerator:
INT_ASSIGN_MIN  Select smallest value.
INT_ASSIGN_MED  Select median value.
INT_ASSIGN_MAX  Select maximum value.

Definition at line 2083 of file int.hh.


Function Documentation

void Gecode::assign ( Space *  home,
const IntVarArgs &  x,
IntAssign  vals 
)

Assign all x with value selection vals.

Definition at line 57 of file branch.cc.