Generated on Thu Jul 6 07:06:55 2006 for Gecode by doxygen 1.4.7

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.

Enumerator:
AVAL_MIN  Select smallest value.
AVAL_MED  Select median value.
AVAL_MAX  Select maximum value.

Definition at line 1390 of file int.hh.


Function Documentation

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

Assign all x with value selection vals.

Definition at line 65 of file branch.cc.