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 2025-02-12 at 16:10:32 +0000