Generated on Wed Mar 19 07:30:05 2008 for Gecode by doxygen 1.5.5

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

 #include "gecode/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...