Generated on Thu Jan 16 2025 00:00:00 for Gecode by doxygen 1.14.0

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

#include <branch.hh>

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.
Public Member Functions inherited from Gecode::ValSel< SetView, int >
 ValSel (Space &home, const ValBranch< Var > &vb)
 Constructor for initialization.
bool notice (void) const
 Whether dispose must always be called (that is, notice is needed)
void dispose (Space &home)
 Delete value selection.

Additional Inherited Members

Public Types inherited from Gecode::ValSel< SetView, int >
typedef SetView View
 View type.
typedef View::VarType Var
 Corresponding variable type.
typedef int Val
 Value type.

Detailed Description

Value selection class for mimimum of view.

Requires

Definition at line 229 of file branch.hh.

Constructor & Destructor Documentation

◆ ValSelMin() [1/2]

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

Constructor for initialization.

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

◆ ValSelMin() [2/2]

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

◆ val()

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: