Generated on Fri Jan 28 2022 04:43:06 for Gecode by doxygen 1.8.13

Recording CHB for set variables. More...

#include <set.hh>

Public Member Functions

 SetCHB (void)
 Construct as not yet initialized. More...
 
Copy constructor SetCHB (const SetCHB &chb)
 
Assignment operator SetCHB &operator= (const SetCHB &chb)
 
 SetCHB (Home home, const SetVarArgs &x, SetBranchMerit bm=nullptr)
 Initialize for set variables x. More...
 
void init (Home home, const SetVarArgs &x, SetBranchMerit bm=nullptr)
 Initialize for set variables x. More...
 
- Public Member Functions inherited from Gecode::CHB
 ~CHB (void)
 Destructor. More...
 
 CHB (void)
 Construct as not yet intialized. More...
 
 CHB (const CHB &a)
 Copy constructor. More...
 
CHBoperator= (const CHB &a)
 Assignment operator. More...
 
template<class View >
 CHB (Home home, ViewArray< View > &x, typename BranchTraits< typename View::VarType >::Merit bm)
 Initialize for views x and Q-score as defined by bm. More...
 
template<class View >
void init (Home home, ViewArray< View > &x, typename BranchTraits< typename View::VarType >::Merit bm)
 Initialize for views x and Q-score as defined by bm. More...
 
double operator[] (int i) const
 Return chb value at position i. More...
 
int size (void) const
 Return number of chb values. More...
 
- Public Member Functions inherited from Gecode::SharedHandle
 SharedHandle (void)
 Create shared handle with no object pointing to. More...
 
 SharedHandle (SharedHandle::Object *so)
 Create shared handle that points to shared object so. More...
 
 SharedHandle (const SharedHandle &sh)
 Copy constructor maintaining reference count. More...
 
SharedHandleoperator= (const SharedHandle &sh)
 Assignment operator maintaining reference count. More...
 
 ~SharedHandle (void)
 Destructor that maintains reference count. More...
 
 operator bool (void) const
 Whether handle points to an object. More...
 

Additional Inherited Members

- Static Public Attributes inherited from Gecode::CHB
static const CHB def
 Default (empty) chb information. More...
 
- Protected Member Functions inherited from Gecode::CHB
Storageobject (void) const
 Return object of correct type. More...
 
void object (Storage &o)
 Set object to o. More...
 
void update (int i)
 Update chb value at position i. More...
 
void acquire (void)
 Acquire mutex. More...
 
void release (void)
 Release mutex. More...
 
void bump (void)
 Bump failure count and alpha. More...
 
void update (int i, bool failed)
 Update chb information at position i. More...
 
- Protected Member Functions inherited from Gecode::SharedHandle
SharedHandle::Objectobject (void) const
 Access to the shared object. More...
 
void object (SharedHandle::Object *n)
 Modify shared object. More...
 

Detailed Description

Recording CHB for set variables.

Definition at line 1235 of file set.hh.


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