Value selection class for maximum range of integer view. More...
#include <branch.hh>
Public Member Functions | |
ValSelRangeMax (Space &home, const ValBranch &vb) | |
Constructor for initialization. | |
ValSelRangeMax (Space &home, bool shared, ValSelRangeMax &vs) | |
Constructor for cloning. | |
int | val (const Space &home, IntView x, int i) |
Return value of integer view x at position i. |
Gecode::Int::Branch::ValSelRangeMax::ValSelRangeMax | ( | Space & | home, |
const ValBranch & | vb | ||
) | [inline] |
Constructor for initialization.
Definition at line 146 of file val-sel.hpp.
Gecode::Int::Branch::ValSelRangeMax::ValSelRangeMax | ( | Space & | home, |
bool | shared, | ||
ValSelRangeMax & | vs | ||
) | [inline] |
Constructor for cloning.
Definition at line 149 of file val-sel.hpp.
int Gecode::Int::Branch::ValSelRangeMax::val | ( | const Space & | home, |
IntView | x, | ||
int | i | ||
) | [inline] |
Return value of integer view x at position i.
Definition at line 152 of file val-sel.hpp.