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

Gecode::Int::Branch::MeritCHBSize< View > Class Template Reference
[Merit-based integer view selection for branchers]

Merit class for CHB over size. More...

#include <branch.hh>

List of all members.

Public Member Functions

 MeritCHBSize (Space &home, const VarBranch< Var > &vb)
 Constructor for initialization.
 MeritCHBSize (Space &home, MeritCHBSize &m)
 Constructor for cloning.
double operator() (const Space &home, View x, int i)
 Return size over action as merit for view x at position i.
bool notice (void) const
 Whether dispose must always be called (that is, notice is needed).
void dispose (Space &home)
 Dispose view selection.

Protected Attributes

CHB chb
 CHB information.

Detailed Description

template<class View>
class Gecode::Int::Branch::MeritCHBSize< View >

Merit class for CHB over size.

Requires

Definition at line 187 of file branch.hh.


Constructor & Destructor Documentation

template<class View >
Gecode::Int::Branch::MeritCHBSize< View >::MeritCHBSize ( Space home,
const VarBranch< Var > &  vb 
) [inline]

Constructor for initialization.

Definition at line 151 of file merit.hpp.

template<class View >
Gecode::Int::Branch::MeritCHBSize< View >::MeritCHBSize ( Space home,
MeritCHBSize< View > &  m 
) [inline]

Constructor for cloning.

Definition at line 156 of file merit.hpp.


Member Function Documentation

template<class View >
double Gecode::Int::Branch::MeritCHBSize< View >::operator() ( const Space home,
View  x,
int  i 
) [inline]

Return size over action as merit for view x at position i.

Definition at line 160 of file merit.hpp.

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

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

Reimplemented from Gecode::MeritBase< View, double >.

Definition at line 165 of file merit.hpp.

template<class View >
void Gecode::Int::Branch::MeritCHBSize< View >::dispose ( Space home  )  [inline]

Dispose view selection.

Reimplemented from Gecode::MeritBase< View, double >.

Definition at line 170 of file merit.hpp.


Member Data Documentation

template<class View >
CHB Gecode::Int::Branch::MeritCHBSize< View >::chb [protected]

CHB information.

Definition at line 191 of file branch.hh.


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