Gecode::Float::Branch::ValSelGq Class Reference
[Float value selection for brancher]
Value selection class for values smaller than median of view. More...
#include <branch.hh>
Public Member Functions | |
ValSelGq (Space &home, const ValBranch &vb) | |
Constructor for initialization. | |
ValSelGq (Space &home, bool shared, ValSelGq &vs) | |
Constructor for cloning. | |
FloatNumBranch | val (const Space &home, FloatView x, int i) |
Return value of view x at position i. |
Detailed Description
Value selection class for values smaller than median of view.
Requires
#include <gecode/float/branch.hh>
Definition at line 222 of file branch.hh.
Constructor & Destructor Documentation
Constructor for initialization.
Definition at line 70 of file val-sel.hpp.
Constructor for cloning.
Definition at line 73 of file val-sel.hpp.
Member Function Documentation
FloatNumBranch Gecode::Float::Branch::ValSelGq::val | ( | const Space & | home, | |
FloatView | x, | |||
int | i | |||
) | [inline] |
Return value of view x at position i.
Definition at line 76 of file val-sel.hpp.
The documentation for this class was generated from the following files:
- gecode/float/branch.hh (Revision: 13801)
- gecode/float/branch/val-sel.hpp (Revision: 13672)