
View selection class for view with smallest min-regret. More...
#include <branch.hh>
Public Member Functions | |
| ByRegretMinMin (void) | |
| Default constructor. More... | |
| ByRegretMinMin (Space &home, const VarBranchOptions &vbo) | |
| Constructor for initialization. More... | |
| ViewSelStatus | init (Space &home, IntView x) |
| Intialize with view x. More... | |
| ViewSelStatus | select (Space &home, IntView x) |
| Possibly select better view x. More... | |
Public Member Functions inherited from Gecode::ViewSelBase< IntView > | |
| ViewSelBase (void) | |
| Default constructor. More... | |
| ViewSelBase (Space &home, const VarBranchOptions &vbo) | |
| Constructor for initialization. More... | |
| EmptyViewSelChoice | choice (Space &home) |
| Return choice. More... | |
| EmptyViewSelChoice | choice (const Space &home, Archive &e) |
| Return choice. More... | |
| void | commit (Space &home, const EmptyViewSelChoice &c, unsigned a) |
| Commit to choice. More... | |
| void | update (Space &home, bool share, ViewSelBase &vs) |
| Updating during cloning. More... | |
| void | dispose (Space &home) |
| Delete view selection. More... | |
Protected Attributes | |
| unsigned int | regret |
| So-far smallest regret. More... | |
Additional Inherited Members | |
Public Types inherited from Gecode::ViewSelBase< IntView > | |
| typedef IntView | View |
| View type. More... | |
| typedef EmptyViewSelChoice | Choice |
| View selection choice. More... | |
|
inline |
Default constructor.
Definition at line 272 of file select-view.hpp.
|
inline |
Constructor for initialization.
Definition at line 274 of file select-view.hpp.
|
inline |
Intialize with view x.
Definition at line 277 of file select-view.hpp.
|
inline |
Possibly select better view x.
Definition at line 282 of file select-view.hpp.
|
protected |