# Functions
No description provided by the author
.
No description provided by the author
No description provided by the author
PrintInt prints the given integer in base 10, right justified in the buffer.
No description provided by the author
No description provided by the author
func T_ceiling_240303(Nv int, Ci int, prevC0, prevC1 int64) (float64, float64) {
scale := float64(1) // float64(Nv)
if (prevTraces != 0) {
scale *= float64(prevTraces)
if prevTraces < 0 {
scale = -scale
}
}
return scale
}
*/.
No description provided by the author
# Constants
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
Serialized sequence of GraphOps used to create this graph.
Canonic binary enumeration ID formed from from the []GraphOps used to create this graph.
e.g.
A cycle spectrum is performed on the graph to canonically order vtx groups.
Next, edges that have matching DstVtxID and SrcVtxID are combined (summed).
The graph is an in unassigned or otherwise invalid state.
All Vtx have been validated as expressing a valid and complete graph.
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
Adds another edge connecting the existing vertices of a specified existing edge Consumes 2 open edge slots.
Splits an existing edge into a new vertex, filling the first two slots in the new vertex Reassigns 2 slots, consumes 2 newly open slots => net +1 new open slots.
Negates edge sign of the specified edge.
Sprouts an existing vertex loop into a new vertex, filling the first edge slot in the new vertex Assigns 1 open slot, consumes 1 newly open slot => net +2 open slots.
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
# Variables
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
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
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
GraphDef is a particular vertex+edge assignment with bound names.
בְּרֵאשִׁ֖ית בָּרָ֣א אֱלֹהִ֑ים אֵ֥ת הַשָּׁמַ֖יִם וְאֵ֥ת הָאָֽרֶץ.
No description provided by the author
Vertex is a node of a graph, with a fixed number of edges per vertex.
VtxEdge.
No description provided by the author
VtxGroup represents one or more 2x3 vertices that have the same cycle traces.
# Type aliases
No description provided by the author
CatalogID is a unique identifier for any valid "2x3" graph.
No description provided by the author
No description provided by the author
No description provided by the author
GraphStatus describes the state of a 2x3 graph.
GroupID is a vertex group ID containing one or more Vtx.
No description provided by the author
OpCode is a graph-building op code, specifying a way to grow a 2x3 graph.
A unique identifier for a canonical prime graph.
No description provided by the author
No description provided by the author
VtxID is one-based index that identifies a vertex in a given graph (1..VtxMax).