Generated on Thu Mar 16 2017 03:24:28 for Gecode by doxygen 1.8.13
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. More...
 

Public Attributes

unsigned int pid
 Propagator identifier. More...
 
unsigned int gid
 Group identifier. More...
 

AFC information specific to propagators

double c
 The counter value. More...
 
unsigned long int t
 The time-stamp. More...
 

Detailed Description

Class for storing timed-decay value.

Definition at line 46 of file gpi.hpp.

Member Function Documentation

◆ init()

void Gecode::GPI::Info::init ( unsigned int  pid,
unsigned int  gid 
)
inline

Initialize.

Definition at line 164 of file gpi.hpp.

Member Data Documentation

◆ pid

unsigned int Gecode::GPI::Info::pid

Propagator identifier.

Definition at line 49 of file gpi.hpp.

◆ gid

unsigned int Gecode::GPI::Info::gid

Group identifier.

Definition at line 51 of file gpi.hpp.

◆ c

double Gecode::GPI::Info::c

The counter value.

Definition at line 55 of file gpi.hpp.

◆ t

unsigned long int Gecode::GPI::Info::t

The time-stamp.

Definition at line 57 of file gpi.hpp.


The documentation for this class was generated from the following file: