Generated on Fri Jul 13 2018 06:08:38 for Gecode by doxygen 1.8.14
Gecode::Float::Branch::ValSelGq Class Reference

Value selection class for values smaller than median of view. More...

#include <branch.hh>

Public Member Functions

 ValSelGq (Space &home, const ValBranch< Var > &vb)
 Constructor for initialization. More...
 
 ValSelGq (Space &home, bool shared, ValSelGq &vs)
 Constructor for cloning. More...
 
FloatNumBranch val (const Space &home, FloatView x, int i)
 Return value of view x at position i. More...
 
- Public Member Functions inherited from Gecode::ValSel< FloatView, FloatNumBranch >
 ValSel (Space &home, const ValBranch< Var > &vb)
 Constructor for initialization. More...
 
 ValSel (Space &home, bool shared, ValSel< View, Val > &vs)
 Constructor for cloning. More...
 
bool notice (void) const
 Whether dispose must always be called (that is, notice is needed) More...
 
void dispose (Space &home)
 Delete value selection. More...
 

Additional Inherited Members

- Public Types inherited from Gecode::ValSel< FloatView, FloatNumBranch >
typedef FloatView View
 View type. More...
 
typedef View::VarType Var
 Corresponding variable type. More...
 
typedef FloatNumBranch Val
 Value type. More...
 

Detailed Description

Value selection class for values smaller than median of view.

Requires

Definition at line 245 of file branch.hh.

Constructor & Destructor Documentation

◆ ValSelGq() [1/2]

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

Constructor for initialization.

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

◆ ValSelGq() [2/2]

Gecode::Float::Branch::ValSelGq::ValSelGq ( Space home,
bool  shared,
ValSelGq vs 
)
inline

Constructor for cloning.

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

Member Function Documentation

◆ val()

FloatNumBranch Gecode::Float::Branch::ValSelGq::val ( const Space home,
FloatView  x,
int  i 
)
inline

Return value of view x at position i.

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


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