|
discrete-modulus (C++)
Reference implementations of discrete modulus algorithms (C++)
|
Files | |
| cunningham.hpp | |
| Exact spanning tree modulus via Cunningham's algorithm. | |
| graphs.hpp | |
| Graph/flow-graph type aliases, subgraph/component helpers, and demo graph generators used by cunningham.hpp. | |
| solver_trace.hpp | |
| Opt-in per-round trace recording for spanning_tree_modulus, and a versioned JSON writer for the recorded trace. | |