Generated on Thu Mar 22 10:39:49 2012 for Gecode by doxygen 1.6.3

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

Classes

class  Gecode::Pos
 Position information. More...
class  Gecode::ViewBrancher< ViewSel >
 Generic brancher by view selection. More...
class  Gecode::ViewValBrancher< ViewSel, ValSel >
 Generic brancher by view and value selection. More...
class  Gecode::PosChoice< ViewSel >
 Choices storing position More...
class  Gecode::PosValChoice< ViewSel, ValSel >
 Choice storing position and value More...

Modules

 Generic view tie-breaking for brancher based on view and value selection
 Generic value selection for brancher based on view and value selection
 Generic view selection for brancher 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 brancher 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 brancher.hpp.