
Value selection class for values smaller than median of view. More...
#include <branch.hh>
Public Member Functions | |
| ValSelLq (Space &home, const ValBranch &vb) | |
| Constructor for initialization. More... | |
| ValSelLq (Space &home, bool shared, ValSelLq &vs) | |
| Constructor for cloning. More... | |
| FloatNumBranch | val (const Space &home, FloatView x, int i) |
| Return value of view x at position i. More... | |
Public Member Functions inherited from Gecode::ValSel< FloatView, FloatNumBranch > | |
| ValSel (Space &home, const ValBranch &vb) | |
| Constructor for initialization. More... | |
| ValSel (Space &home, bool shared, ValSel< View, Val > &vs) | |
| Constructor for cloning. More... | |
| bool | notice (void) const |
| Whether dispose must always be called (that is, notice is needed) More... | |
| void | dispose (Space &home) |
| Delete value selection. More... | |
Additional Inherited Members | |
Public Types inherited from Gecode::ValSel< FloatView, FloatNumBranch > | |
| typedef FloatView | View |
| View type. More... | |
| typedef FloatNumBranch | Val |
| Value type. More... | |
Value selection class for values smaller than median of view.
Requires
Constructor for initialization.
Definition at line 57 of file val-sel.hpp.
Constructor for cloning.
Definition at line 60 of file val-sel.hpp.
|
inline |
Return value of view x at position i.
Definition at line 63 of file val-sel.hpp.