Gecode::BoolAFC Class Reference
[Branching]
Recording AFC information for Boolean variables. More...
#include <int.hh>
Public Member Functions | |
BoolAFC (void) | |
Construct as not yet initialized. | |
BoolAFC (const BoolAFC &a) | |
Copy constructor. | |
BoolAFC & | operator= (const BoolAFC &a) |
Assignment operator. | |
BoolAFC (Home home, const BoolVarArgs &x, double d=1.0, bool share=true) | |
Initialize for Boolean variables x and decay factor d. | |
void | init (Home home, const BoolVarArgs &x, double d=1.0, bool share=true) |
Initialize for Boolean variables x with decay factor d. |
Detailed Description
Recording AFC information for Boolean variables.
Definition at line 4254 of file int.hh.
Constructor & Destructor Documentation
Gecode::BoolAFC::BoolAFC | ( | void | ) | [inline] |
Gecode::BoolAFC::BoolAFC | ( | const BoolAFC & | a | ) | [inline] |
Gecode::BoolAFC::BoolAFC | ( | Home | home, | |
const BoolVarArgs & | x, | |||
double | d = 1.0 , |
|||
bool | share = true | |||
) | [inline] |
Member Function Documentation
void Gecode::BoolAFC::init | ( | Home | home, | |
const BoolVarArgs & | x, | |||
double | d = 1.0 , |
|||
bool | share = true | |||
) | [inline] |
Initialize for Boolean variables x with decay factor d.
This member function can only be used once and only if the AFC storage has been constructed with the default constructor.
If several AFC objects are created for a space or its clones, the AFC values are shared between spaces. If the values should not be shared, share should be false.
The documentation for this class was generated from the following files: