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

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

Value selection class for random value of view. More...

#include <branch.hh>

List of all members.

Public Member Functions

 ValSelRnd (Space &home, const ValBranch< Var > &vb)
 Constructor for initialization.
 ValSelRnd (Space &home, ValSelRnd &vs)
 Constructor for cloning.
FloatNumBranch val (const Space &home, FloatView x, int i)
 Return value of view x at position i.
bool notice (void) const
 Whether dispose must always be called (that is, notice is needed).
void dispose (Space &home)
 Delete value selection.

Protected Attributes

Rnd r
 The used random number generator.

Detailed Description

Value selection class for random value of view.

Requires

Definition at line 257 of file branch.hh.


Constructor & Destructor Documentation

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

Constructor for initialization.

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

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

Constructor for cloning.

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


Member Function Documentation

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

Return value of view x at position i.

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

bool Gecode::Float::Branch::ValSelRnd::notice ( void   )  const [inline]

Whether dispose must always be called (that is, notice is needed).

Reimplemented from Gecode::ValSel< FloatView, FloatNumBranch >.

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

void Gecode::Float::Branch::ValSelRnd::dispose ( Space home  )  [inline]

Delete value selection.

Reimplemented from Gecode::ValSel< FloatView, FloatNumBranch >.

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


Member Data Documentation

The used random number generator.

Definition at line 260 of file branch.hh.


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