Gecode::FloatAFC Class Reference
[Branching on float variables]
Recording AFC information for float variables. More...
#include <float.hh>
Public Member Functions | |
FloatAFC (void) | |
Construct as not yet initialized. | |
FloatAFC (const FloatAFC &a) | |
Copy constructor. | |
FloatAFC & | operator= (const FloatAFC &a) |
Assignment operator. | |
FloatAFC (Home home, const FloatVarArgs &x, double d=1.0) | |
Initialize for float variables x with decay factor d. | |
void | init (Home, const FloatVarArgs &x, double d=1.0) |
Initialize for float variables x with decay factor d. |
Detailed Description
Recording AFC information for float variables.
Definition at line 1417 of file float.hh.
Constructor & Destructor Documentation
Gecode::FloatAFC::FloatAFC | ( | void | ) | [inline] |
Gecode::FloatAFC::FloatAFC | ( | const FloatAFC & | a | ) | [inline] |
Gecode::FloatAFC::FloatAFC | ( | Home | home, | |
const FloatVarArgs & | x, | |||
double | d = 1.0 | |||
) | [inline] |
Member Function Documentation
void Gecode::FloatAFC::init | ( | Home | home, | |
const FloatVarArgs & | x, | |||
double | d = 1.0 | |||
) | [inline] |
The documentation for this class was generated from the following files:
- gecode/float.hh (Revision: 14241)
- gecode/float/branch/afc.hpp (Revision: 13310)