Generated on Thu Jan 16 2025 00:00:00 for Gecode by doxygen 1.14.0

Merit class for mimimum of integer views. More...

#include <branch.hh>

Public Member Functions

 MeritMin (Space &home, const VarBranch< Var > &vb)
 Constructor for initialization.
 MeritMin (Space &home, MeritMin &m)
 Constructor for cloning.
int operator() (const Space &home, View x, int i)
 Return minimum as merit for view x at position i.
Public Member Functions inherited from Gecode::MeritBase< View, int >
 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.

Additional Inherited Members

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

Detailed Description

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

Merit class for mimimum of integer views.

Requires

Definition at line 69 of file branch.hh.

Constructor & Destructor Documentation

◆ MeritMin() [1/2]

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

Constructor for initialization.

◆ MeritMin() [2/2]

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

Constructor for cloning.

Definition at line 44 of file merit.hpp.

Member Function Documentation

◆ operator()()

template<class View>
int Gecode::Int::Branch::MeritMin< View >::operator() ( const Space & home,
View x,
int i )
inline

Return minimum as merit for view x at position i.

Definition at line 48 of file merit.hpp.


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