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

Generic branching based on view and value selection
[Programming actors]


Detailed Description

Implements view-based branching for an array of views and value.


Classes

class  Gecode::ViewValBranching< View, Val, ViewSel, ValSel >
 Generic branching. More...
class  Gecode::ViewValAssignment< View, Val, ValSel >
 Generic assignment. More...
class  Gecode::PosValDesc< Val, alt >
 Branching descriptions storing position and value More...

Enumerations

enum  Gecode::ViewSelStatus { Gecode::VSS_NONE, Gecode::VSS_SELECT, Gecode::VSS_COMMIT }
 Status returned by member functions of view selection class. More...


Enumeration Type Documentation

Status returned by member functions of view selection class.

Enumerator:
VSS_NONE  Current view is not better.
VSS_SELECT  Current view is better.
VSS_COMMIT  Current view is known to be a best one.

Definition at line 51 of file branching.icc.