Gecode::IntCHB Class Reference
[Branching]
Recording CHB for integer variables. More...
#include <int.hh>
Public Member Functions | |
IntCHB (void) | |
Construct as not yet initialized. | |
IntCHB (const IntCHB &chb) | |
Copy constructor. | |
IntCHB & | operator= (const IntCHB &chb) |
Assignment operator. | |
IntCHB (Home home, const IntVarArgs &x, IntBranchMerit bm=nullptr) | |
Initialize for integer variables x. | |
void | init (Home home, const IntVarArgs &x, IntBranchMerit bm=nullptr) |
Initialize for integer variables x. |
Detailed Description
Recording CHB for integer variables.
Definition at line 4107 of file int.hh.
Constructor & Destructor Documentation
Gecode::IntCHB::IntCHB | ( | void | ) | [inline] |
Gecode::IntCHB::IntCHB | ( | const IntCHB & | chb | ) | [inline] |
Gecode::IntCHB::IntCHB | ( | Home | home, | |
const IntVarArgs & | x, | |||
IntBranchMerit | bm = nullptr | |||
) |
Member Function Documentation
void Gecode::IntCHB::init | ( | Home | home, | |
const IntVarArgs & | x, | |||
IntBranchMerit | bm = nullptr | |||
) |
Initialize for integer 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:
- gecode/int.hh (Revision: 15623)
- gecode/int/branch/chb.cpp (Revision: 15527)
- gecode/int/branch/chb.hpp (Revision: 15527)