Generated on Sat Feb 7 2015 02:01:41 for Gecode by doxygen 1.8.9.1

Base class for value selection. More...

#include <brancher-val-sel.hpp>

Public Types

typedef _View View
 View type. More...
 
typedef _Val Val
 Value type. More...
 

Public Member Functions

 ValSel (Space &home, const ValBranch &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...
 

Detailed Description

template<class _View, class _Val>
class Gecode::ValSel< _View, _Val >

Base class for value selection.

Definition at line 48 of file brancher-val-sel.hpp.

Member Typedef Documentation

template<class _View, class _Val>
typedef _View Gecode::ValSel< _View, _Val >::View

View type.

Definition at line 51 of file brancher-val-sel.hpp.

template<class _View, class _Val>
typedef _Val Gecode::ValSel< _View, _Val >::Val

Value type.

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

Constructor & Destructor Documentation

template<class View , class Val >
Gecode::ValSel< View, Val >::ValSel ( Space home,
const ValBranch vb 
)
inline

Constructor for initialization.

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

template<class View , class Val >
Gecode::ValSel< View, Val >::ValSel ( Space home,
bool  shared,
ValSel< View, Val > &  vs 
)
inline

Constructor for cloning.

Definition at line 99 of file brancher-val-sel.hpp.

Member Function Documentation

template<class View , class Val >
bool Gecode::ValSel< View, Val >::notice ( void  ) const
inline

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

Definition at line 102 of file brancher-val-sel.hpp.

template<class View , class Val >
void Gecode::ValSel< View, Val >::dispose ( Space home)
inline

Delete value selection.

Definition at line 107 of file brancher-val-sel.hpp.


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