View selection class for view with largest size. More...
#include <branch.hh>
Public Member Functions | |
BySizeMax (void) | |
Default constructor. | |
BySizeMax (Space &home, const VarBranchOptions &vbo) | |
Constructor for initialization. | |
ViewSelStatus | init (Space &home, IntView x) |
Intialize with view x. | |
ViewSelStatus | select (Space &home, IntView x) |
Possibly select better view x. | |
Protected Attributes | |
unsigned int | size |
So-far largest size. |
Gecode::Int::Branch::BySizeMax::BySizeMax | ( | void | ) | [inline] |
Default constructor.
Definition at line 153 of file select-view.hpp.
Gecode::Int::Branch::BySizeMax::BySizeMax | ( | Space & | home, |
const VarBranchOptions & | vbo | ||
) | [inline] |
Constructor for initialization.
Definition at line 155 of file select-view.hpp.
ViewSelStatus Gecode::Int::Branch::BySizeMax::init | ( | Space & | home, |
IntView | x | ||
) |
Intialize with view x.
ViewSelStatus Gecode::Int::Branch::BySizeMax::select | ( | Space & | home, |
IntView | x | ||
) |
Possibly select better view x.
unsigned int Gecode::Int::Branch::BySizeMax::size [protected] |