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) | |
| Initialize for Boolean variables x with decay factor d. | |
| void | init (Home home, const BoolVarArgs &x, double d=1.0) |
| Initialize for Boolean variables x with decay factor d. | |
Detailed Description
Recording AFC information for Boolean variables.
Definition at line 3974 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 | |||
| ) | [inline] |
Member Function Documentation
| void Gecode::BoolAFC::init | ( | Home | home, | |
| const BoolVarArgs & | x, | |||
| double | d = 1.0 | |||
| ) | [inline] |
The documentation for this class was generated from the following files:
- gecode/int.hh (Revision: 15623)
- gecode/int/branch/afc.hpp (Revision: 15434)
