Gecode::Kernel::GPI::Info Class Reference
Class for storing propagator information. 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 propagator information.
Definition at line 42 of file gpi.hpp.
Member Function Documentation
| void Gecode::Kernel::GPI::Info::init | ( | unsigned int | pid, | |
| unsigned int | gid | |||
| ) | [inline] |
Member Data Documentation
| unsigned int Gecode::Kernel::GPI::Info::pid |
Propagator identifier.
| unsigned int Gecode::Kernel::GPI::Info::gid |
The documentation for this class was generated from the following file:
- gecode/kernel/gpi.hpp
