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

Class withot a branch filter function. More...

#include <filter.hpp>

Public Types

typedef View::VarType Var
 The corresponding variable type.

Public Member Functions

 BrancherNoFilter (BranchFilter< Var > bf)
 Initialize.
 BrancherNoFilter (BrancherNoFilter &bf)
 Initialize during cloning.
 operator bool (void) const
 Whether filtering is enabled.
bool operator() (const Space &home, View x, int i) const
 Invoke filter function.
bool notice (void) const
 Whether dispose must always be called (that is, notice is needed)
void dispose (Space &home)
 Delete object.

Detailed Description

template<class View>
class Gecode::BrancherNoFilter< View >

Class withot a branch filter function.

Definition at line 68 of file filter.hpp.

Member Typedef Documentation

◆ Var

template<class View>
typedef View::VarType Gecode::BrancherNoFilter< View >::Var

The corresponding variable type.

Definition at line 71 of file filter.hpp.

Constructor & Destructor Documentation

◆ BrancherNoFilter() [1/2]

template<class View>
Gecode::BrancherNoFilter< View >::BrancherNoFilter ( BranchFilter< Var > bf)
inline

Initialize.

Definition at line 130 of file filter.hpp.

◆ BrancherNoFilter() [2/2]

template<class View>
Gecode::BrancherNoFilter< View >::BrancherNoFilter ( BrancherNoFilter< View > & bf)

Initialize during cloning.

Member Function Documentation

◆ operator bool()

template<class View>
Gecode::BrancherNoFilter< View >::operator bool ( void ) const
inline

Whether filtering is enabled.

Definition at line 141 of file filter.hpp.

◆ operator()()

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

Invoke filter function.

Definition at line 147 of file filter.hpp.

◆ notice()

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

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

Definition at line 152 of file filter.hpp.

◆ dispose()

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

Delete object.

Definition at line 158 of file filter.hpp.


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