Generated on Thu Jan 16 2025 00:00:00 for Gecode by doxygen 1.14.0
Gecode::MeritAction< View > Class Template Reference

Merit class for action. More...

#include <merit.hpp>

Public Member Functions

 MeritAction (Space &home, const VarBranch< Var > &vb)
 Constructor for initialization.
 MeritAction (Space &home, MeritAction &ma)
 Constructor for cloning.
double operator() (const Space &home, View x, int i)
 Return 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.
Public Member Functions inherited from Gecode::MeritBase< View, double >
 MeritBase (Space &home, const VarBranch< Var > &vb)
 Constructor for initialization.
bool notice (void) const
 Whether dispose must always be called (that is, notice is needed)
void dispose (Space &home)
 Delete view merit class.

Protected Attributes

Action action
 Action information.

Additional Inherited Members

Public Types inherited from Gecode::MeritBase< View, double >
typedef View View
 View type.
typedef View::VarType Var
 Corresponding variable type.
typedef double Val
 Type of merit.

Detailed Description

template<class View>
class Gecode::MeritAction< View >

Merit class for action.

Definition at line 130 of file merit.hpp.

Constructor & Destructor Documentation

◆ MeritAction() [1/2]

template<class View>
Gecode::MeritAction< View >::MeritAction ( Space & home,
const VarBranch< Var > & vb )

Constructor for initialization.

◆ MeritAction() [2/2]

template<class View>
Gecode::MeritAction< View >::MeritAction ( Space & home,
MeritAction< View > & ma )
inline

Constructor for cloning.

Definition at line 275 of file merit.hpp.

Member Function Documentation

◆ operator()()

template<class View>
double Gecode::MeritAction< View >::operator() ( const Space & home,
View x,
int i )
inline

Return action as merit for view x at position i.

Definition at line 279 of file merit.hpp.

◆ notice()

template<class View>
bool Gecode::MeritAction< View >::notice ( void ) const
inline

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

Definition at line 284 of file merit.hpp.

◆ dispose()

template<class View>
void Gecode::MeritAction< View >::dispose ( Space & home)
inline

Dispose view selection.

Definition at line 289 of file merit.hpp.

Member Data Documentation

◆ action

template<class View>
Action Gecode::MeritAction< View >::action
protected

Action information.

Definition at line 134 of file merit.hpp.


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