Gecode::IntAFC Class Reference
[Branching]
Recording AFC information for integer variables. More...
#include <int.hh>
Public Member Functions | |
IntAFC (void) | |
Construct as not yet initialized. | |
IntAFC (const IntAFC &a) | |
Copy constructor. | |
IntAFC & | operator= (const IntAFC &a) |
Assignment operator. | |
IntAFC (Home home, const IntVarArgs &x, double d=1.0) | |
Initialize for integer variables x with decay factor d. | |
void | init (Home home, const IntVarArgs &x, double d=1.0) |
Initialize for integer variables x with decay factor d. |
Detailed Description
Recording AFC information for integer variables.
Definition at line 3943 of file int.hh.
Constructor & Destructor Documentation
Gecode::IntAFC::IntAFC | ( | void | ) | [inline] |
Gecode::IntAFC::IntAFC | ( | const IntAFC & | a | ) | [inline] |
Gecode::IntAFC::IntAFC | ( | Home | home, | |
const IntVarArgs & | x, | |||
double | d = 1.0 | |||
) | [inline] |
Member Function Documentation
void Gecode::IntAFC::init | ( | Home | home, | |
const IntVarArgs & | 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)