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

Gecode::Float::Branch::ValSelLq Class Reference
[Float value selection for brancher]

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

#include <branch.hh>

List of all members.

Public Member Functions

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

Detailed Description

Value selection class for values smaller than median of view.

Requires

Definition at line 225 of file branch.hh.


Constructor & Destructor Documentation

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

Constructor for initialization.

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

Gecode::Float::Branch::ValSelLq::ValSelLq ( Space home,
ValSelLq vs 
) [inline]

Constructor for cloning.

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


Member Function Documentation

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

Return value of view x at position i.

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


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