Crate icentral_graph

Source

Structs§

EdgeListDebugger
Graph
| Simple undirected unweighted graph | data structure no checks whatsoever | should call init_size(..) first then | insert_edge(..) to populate | | IMP: nodes have indexes from 0 to n-1 | | IMP: graph is assumed to be connected |
MinimumUnionCycleDebugger
NodeToMinimumUnionCycleDebugger

Traits§

GetEdgeListDebugger
GetMucDebuggerWithNodes
GetMucDebuggerWithoutNodes
SetMucDebug

Functions§

extract_graph_name
print_edgelist_and_mucs
TODO: remove this