Generated on Fri Mar 20 15:56:59 2015 for Gecode by doxygen 1.6.3

Gecode::Int::Branch::ValSelNearIncDec< View, inc > Class Template Reference
[Integer value selection for brancher]

Value selection class for nearest value. More...

#include <branch.hh>

List of all members.

Public Member Functions

 ValSelNearIncDec (Space &home, const ValBranch &vb)
 Constructor for initialization.
 ValSelNearIncDec (Space &home, bool shared, ValSelNearIncDec &vs)
 Constructor for cloning.
int val (const Space &home, View 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

IntSharedArray c
 The used values.

Detailed Description

template<class View, bool inc>
class Gecode::Int::Branch::ValSelNearIncDec< View, inc >

Value selection class for nearest value.

Requires

Definition at line 396 of file branch.hh.


Constructor & Destructor Documentation

template<class View , bool inc>
Gecode::Int::Branch::ValSelNearIncDec< View, inc >::ValSelNearIncDec ( Space home,
const ValBranch vb 
) [inline]

Constructor for initialization.

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

template<class View , bool inc>
Gecode::Int::Branch::ValSelNearIncDec< View, inc >::ValSelNearIncDec ( Space home,
bool  shared,
ValSelNearIncDec< View, inc > &  vs 
) [inline]

Constructor for cloning.

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


Member Function Documentation

template<class View , bool inc>
int Gecode::Int::Branch::ValSelNearIncDec< View, inc >::val ( const Space home,
View  x,
int  i 
) [inline]

Return value of view x at position i.

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

template<class View , bool inc>
bool Gecode::Int::Branch::ValSelNearIncDec< View, inc >::notice ( void   )  const [inline]

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

Reimplemented from Gecode::ValSel< View, int >.

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

template<class View , bool inc>
void Gecode::Int::Branch::ValSelNearIncDec< View, inc >::dispose ( Space home  )  [inline]

Delete value selection.

Reimplemented from Gecode::ValSel< View, int >.

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


Member Data Documentation

template<class View , bool inc>
IntSharedArray Gecode::Int::Branch::ValSelNearIncDec< View, inc >::c [protected]

The used values.

Definition at line 399 of file branch.hh.


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