Expand description
Orchestrates a single case → output directory.
Given a parsed Network, builds the requested matrix family, writes
.mtx files, and emits a meta.json sidecar describing what was
produced. Used by both the batch CLI subcommand and the TUI’s
batch export screen.
Structs§
Enums§
- Matrix
Kind - RhsKind
- How to populate the RHS vector(s) emitted alongside each matrix.
Functions§
- build_
kind - Build the square matrix for one
MatrixKindfrom an indexed network. The single dispatch shared by thePipeline, theverifyCLI command, and the TUI inspect screen, so theYbusB = -Im(Y_bus)sign lives in one place.