struct Gambit::Printers::VBIDtrip

[No description available]

Public Functions

Name
VBIDtrip()
VBIDtrip(const int v, const int i, const int t)
VBIDtrip(const VBIDpair p, const int t)

Public Attributes

Name
intvertexID
intindex
intfirst_tag

Public Functions Documentation

function VBIDtrip

inline VBIDtrip()

function VBIDtrip

inline VBIDtrip(
    const int v,
    const int i,
    const int t
)

function VBIDtrip

inline VBIDtrip(
    const VBIDpair p,
    const int t
)

Public Attributes Documentation

variable vertexID

int vertexID;

variable index

int index;

variable first_tag

int first_tag;

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