Generated on Mon Jul 6 18:09:24 2009 for Gecode by doxygen 1.5.9

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


Classes

class  Gecode::Pos
 Position information. More...
class  Gecode::ViewBranching< ViewSel >
 Generic branching by view selection. More...
class  Gecode::ViewValBranching< ViewSel, ValSel >
 Generic branching by view and value selection. More...
class  Gecode::PosDesc< ViewSel >
 Branching descriptions storing position More...
class  Gecode::PosValDesc< ViewSel, ValSel >
 Branching descriptions storing position and value More...

Modules

 Generic view tie-breaking for branching based on view and value selection
 Generic value selection for branching based on view and value selection
 Generic view selection for branching based on view and value selection

Enumerations

enum  Gecode::ViewSelStatus { Gecode::VSS_BEST, Gecode::VSS_BETTER, Gecode::VSS_TIE, Gecode::VSS_WORSE }
 Status returned by member functions of view selection class. More...

Detailed Description

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

Enumeration Type Documentation

Status returned by member functions of view selection class.

Enumerator:
VSS_BEST  Current view is a best one.
VSS_BETTER  Current view is better.
VSS_TIE  Current view is as good as.
VSS_WORSE  Current view is worse.

Definition at line 51 of file branching.hpp.