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

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

Collaboration diagram for Generic branching based on view and value selection:


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::PosValDesc< Val >
 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

enum Gecode::ViewSelStatus
 

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 35 of file branching.icc.