Generated on Wed Nov 5 2014 05:18:42 for Gecode by doxygen 1.7.6.1
Gecode::Int::Branch::ValSelRangeMax Class Reference

Value selection class for maximum range of integer view. More...

#include <branch.hh>

List of all members.

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.

Detailed Description

Value selection class for maximum range of integer view.

Requires

Definition at line 355 of file branch.hh.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


The documentation for this class was generated from the following files: