
View selection class for view with smallest min-regret. More...
#include <branch.hh>
Public Member Functions | |
| ByRegretMinMin (void) | |
| Default constructor. | |
| ByRegretMinMin (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 | regret |
| So-far smallest regret. | |
| Gecode::Int::Branch::ByRegretMinMin::ByRegretMinMin | ( | void | ) | [inline] |
Default constructor.
Definition at line 272 of file select-view.hpp.
| Gecode::Int::Branch::ByRegretMinMin::ByRegretMinMin | ( | Space & | home, |
| const VarBranchOptions & | vbo | ||
| ) | [inline] |
Constructor for initialization.
Definition at line 274 of file select-view.hpp.
| ViewSelStatus Gecode::Int::Branch::ByRegretMinMin::init | ( | Space & | home, |
| IntView | x | ||
| ) | [inline] |
Intialize with view x.
Definition at line 277 of file select-view.hpp.
| ViewSelStatus Gecode::Int::Branch::ByRegretMinMin::select | ( | Space & | home, |
| IntView | x | ||
| ) | [inline] |
Possibly select better view x.
Definition at line 282 of file select-view.hpp.
unsigned int Gecode::Int::Branch::ByRegretMinMin::regret [protected] |