Generated on Tue May 22 09:41:43 2018 for Gecode by doxygen 1.6.3

Gecode::Set::Branch::ValSelMin Class Reference
[Set value selection for brancher]

Value selection class for mimimum of view. More...

#include <branch.hh>

List of all members.

Public Member Functions

 ValSelMin (Space &home, const ValBranch< Var > &vb)
 Constructor for initialization.
 ValSelMin (Space &home, ValSelMin &vs)
 Constructor for cloning.
int val (const Space &home, SetView x, int i)
 Return value of view x at position i.

Detailed Description

Value selection class for mimimum of view.

Requires

Definition at line 229 of file branch.hh.


Constructor & Destructor Documentation

Gecode::Set::Branch::ValSelMin::ValSelMin ( Space home,
const ValBranch< Var > &  vb 
) [inline]

Constructor for initialization.

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

Gecode::Set::Branch::ValSelMin::ValSelMin ( Space home,
ValSelMin vs 
) [inline]

Constructor for cloning.

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


Member Function Documentation

int Gecode::Set::Branch::ValSelMin::val ( const Space home,
SetView  x,
int  i 
) [inline]

Return value of view x at position i.

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


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