struct Gambit::DRes::QueueEntry
Information in resolution queue.
#include <depresolver.hpp>
Public Functions
Name | |
---|---|
QueueEntry() Default constructor for QueueEntry. | |
QueueEntry(sspair a, VertexID b, int c, bool d) Alternative constructor for QueueEntry. |
Public Attributes
Name | |
---|---|
sspair | quantity |
VertexID | toVertex |
int | dependency_type |
bool | printme |
const Observable * | obslike |
Public Functions Documentation
function QueueEntry
QueueEntry()
Default constructor for QueueEntry.
function QueueEntry
QueueEntry(
sspair a,
VertexID b,
int c,
bool d
)
Alternative constructor for QueueEntry.
Public Attributes Documentation
variable quantity
sspair quantity;
variable toVertex
VertexID toVertex;
variable dependency_type
int dependency_type;
variable printme
bool printme;
variable obslike
const Observable * obslike;
Updated on 2024-07-18 at 13:53:31 +0000