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

Set view selection for branching
[Other available functionality]


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


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...