Generated on Thu Apr 11 13:59:59 2019 for Gecode by doxygen 1.6.3

Gecode::Int::Branch::ValSelRangeMin Class Reference
[Integer value selection for brancher]

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

#include <branch.hh>

List of all members.

Public Member Functions

 ValSelRangeMin (Space &home, const ValBranch< IntVar > &vb)
 Constructor for initialization.
 ValSelRangeMin (Space &home, ValSelRangeMin &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 minimum range of integer view.

Requires

Definition at line 377 of file branch.hh.


Constructor & Destructor Documentation

Gecode::Int::Branch::ValSelRangeMin::ValSelRangeMin ( Space home,
const ValBranch< IntVar > &  vb 
) [inline]

Constructor for initialization.

Definition at line 131 of file val-sel.hpp.

Gecode::Int::Branch::ValSelRangeMin::ValSelRangeMin ( Space home,
ValSelRangeMin vs 
) [inline]

Constructor for cloning.

Definition at line 134 of file val-sel.hpp.


Member Function Documentation

int Gecode::Int::Branch::ValSelRangeMin::val ( const Space home,
IntView  x,
int  i 
) [inline]

Return value of integer view x at position i.

Definition at line 137 of file val-sel.hpp.


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