Gecode::Set::Branch::BySizeMax Class Reference
[Set view selection for brancher]
View selection class for view with largest cardinality of lub-glb. More...
#include <branch.hh>
Public Member Functions | |
BySizeMax (void) | |
Default constructor. | |
BySizeMax (Space &home, const VarBranchOptions &vbo) | |
Constructor for initialization. | |
ViewSelStatus | init (Space &home, SetView x) |
Intialize with view x. | |
ViewSelStatus | select (Space &home, SetView x) |
Possibly select better view x. |
Detailed Description
View selection class for view with largest cardinality of lub-glb.
Requires
#include <gecode/set/branch.hh>
Definition at line 327 of file branch.hh.
Constructor & Destructor Documentation
Gecode::Set::Branch::BySizeMax::BySizeMax | ( | void | ) | [inline] |
Default constructor.
Definition at line 71 of file select-view.hpp.
Gecode::Set::Branch::BySizeMax::BySizeMax | ( | Space & | home, | |
const VarBranchOptions & | vbo | |||
) | [inline] |
Constructor for initialization.
Definition at line 73 of file select-view.hpp.
Member Function Documentation
ViewSelStatus Gecode::Set::Branch::BySizeMax::init | ( | Space & | home, | |
SetView | x | |||
) | [inline] |
Intialize with view x.
Definition at line 76 of file select-view.hpp.
ViewSelStatus Gecode::Set::Branch::BySizeMax::select | ( | Space & | home, | |
SetView | x | |||
) | [inline] |
Possibly select better view x.
Definition at line 81 of file select-view.hpp.
The documentation for this class was generated from the following files:
- gecode/set/branch.hh (Revision: 12001)
- gecode/set/branch/select-view.hpp (Revision: 9897)