Generated on Wed Jan 4 17:49:17 2006 for Gecode by doxygen 1.4.6

Set view selection for branching
[Other available functionality]

Collaboration diagram for Set view selection for branching:


Detailed Description

Contains a description of view selection strategies on set views that can be used together with the generic view/value branching class Gecode::ViewValBranching (argument ViewSel).

All view selection classes require

 #include "set/branch.hh" 


Classes

class  Gecode::Set::Branch::ByNone
 View selection class for first view. More...
class  Gecode::Set::Branch::ByMinCard
 View selection class for view with smallest cardinality of lub-glb. More...
class  Gecode::Set::Branch::ByMaxCard
 View selection class for view with greatest cardinality of lub-glb. More...
class  Gecode::Set::Branch::ByMinUnknown
 View selection class for view with smallest element in lub-glb. More...
class  Gecode::Set::Branch::ByMaxUnknown
 View selection class for view with greatest element in lub-glb. More...