Gecode::SetCHB Class Reference
[Branching]
Recording CHB for set variables. More...
#include <set.hh>
Public Member Functions | |
SetCHB (void) | |
Construct as not yet initialized. | |
SetCHB (const SetCHB &chb) | |
Copy constructor. | |
SetCHB & | operator= (const SetCHB &chb) |
Assignment operator. | |
SetCHB (Home home, const SetVarArgs &x, SetBranchMerit bm=nullptr) | |
Initialize for set variables x. | |
void | init (Home home, const SetVarArgs &x, SetBranchMerit bm=nullptr) |
Initialize for set variables x. |
Detailed Description
Recording CHB for set variables.
Definition at line 1235 of file set.hh.
Constructor & Destructor Documentation
Gecode::SetCHB::SetCHB | ( | void | ) | [inline] |
Gecode::SetCHB::SetCHB | ( | const SetCHB & | chb | ) | [inline] |
Gecode::SetCHB::SetCHB | ( | Home | home, | |
const SetVarArgs & | x, | |||
SetBranchMerit | bm = nullptr | |||
) |
Member Function Documentation
void Gecode::SetCHB::init | ( | Home | home, | |
const SetVarArgs & | x, | |||
SetBranchMerit | bm = nullptr | |||
) |
Initialize for set variables x.
If the branch merit function bm is different from nullptr, the action for each variable is initialized with the merit returned by bm.
This member function can only be used once and only if the action storage has been constructed with the default constructor.
The documentation for this class was generated from the following files: