Generated on Wed Nov 1 15:05:02 2006 for Gecode by doxygen 1.4.5

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

enum Gecode::AvalSel
 

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 1397 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.