struct Gambit::DRes::QueueEntry

Information in parameter queue.

#include <depresolver.hpp>

Public Functions

Name
QueueEntry()
QueueEntry(sspair a, DRes::VertexID b, int c, bool d)

Public Attributes

Name
sspairfirst
DRes::VertexIDsecond
intthird
boolprintme

Public Functions Documentation

function QueueEntry

inline QueueEntry()

function QueueEntry

inline QueueEntry(
    sspair a,
    DRes::VertexID b,
    int c,
    bool d
)

Public Attributes Documentation

variable first

sspair first;

variable second

DRes::VertexID second;

variable third

int third;

variable printme

bool printme;

Updated on 2023-06-26 at 21:36:52 +0000