# Functions
No description provided by the author
No description provided by the author
GetVtxType returns the VtxType that corresponds to the given number of negative loops and total edges.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ShortestEdgeDist returns the shortest adjacency distance of two vertices at the given 0-based index.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
EdgeTrait_NormalizeSign.
No description provided by the author
EdgeTrait_EdgeType.
No description provided by the author
high 4 bits.
No description provided by the author
No description provided by the author
VtxMax is the max possible value of a VtxID (a one-based index).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
o||.
*||.
ooo.
***.
No description provided by the author
*o|.
oo|.
**|.
|||.
*oo.
**o.
VtxIDBits is the number of bits dedicated for a VtxID.
VtxIDMask is the corresponding bit mask for a VtxID.
4 bits.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PBuilder PWalker.
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
EdgeID contains a two VtxIDs and an EdgeType (Va <<) | (Vb <<) | (EdgeType), where Va < Vb.
No description provided by the author
No description provided by the author
EdgeType names the type of edge.
No description provided by the author
GraphEncoding a fully serialized Graph.
No description provided by the author
VtxCount signals a count of vertexes or edge slots.
(VtxID << 2) | (slotsRemaining).
VtxID is one-based index that identifies a vertex in a given graph (1..VtxMax).
VtxList is an ordered sequence of VtxTypes.
VtxType is one of the 10 fundamental 2x3 vertex types.