Gecode::SetCHB Class Reference
[Branching]
Recording CHB for set variables. More...
#include <set.hh>
List of all members.
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] |
Construct as not yet initialized.
The only member functions that can be used on a constructed but not yet initialized CHB storage is init or the assignment operator.
Definition at line 37 of file chb.hpp.
| Gecode::SetCHB::SetCHB | ( | const SetCHB & | chb | ) | [inline] |
Copy constructor.
Definition at line 40 of file chb.hpp.
| Gecode::SetCHB::SetCHB | ( | 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.
Definition at line 38 of file chb.cpp.
Member Function Documentation
Assignment operator.
Definition at line 44 of file chb.hpp.
| 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.
Definition at line 44 of file chb.cpp.
The documentation for this class was generated from the following files:
- gecode/set.hh
- gecode/set/branch/chb.cpp
- gecode/set/branch/chb.hpp
