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