Gecode::GPI::Info Class Reference
Class for storing timed-decay value. More...
#include <gpi.hpp>
Public Member Functions | |
void | init (unsigned int pid, unsigned int gid) |
Initialize. | |
Public Attributes | |
unsigned int | pid |
Propagator identifier. | |
unsigned int | gid |
Group identifier. | |
double | afc |
The afc value. |
Detailed Description
Class for storing timed-decay value.
Definition at line 46 of file gpi.hpp.
Member Function Documentation
void Gecode::GPI::Info::init | ( | unsigned int | pid, | |
unsigned int | gid | |||
) | [inline] |
Member Data Documentation
unsigned int Gecode::GPI::Info::pid |
Propagator identifier.
unsigned int Gecode::GPI::Info::gid |
double Gecode::GPI::Info::afc |
The documentation for this class was generated from the following file:
- gecode/kernel/gpi.hpp (Revision: 15623)