@tscircuit/capacity-autorouter 0.0.578 → 0.0.580

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -5576,6 +5576,7 @@ type PipelineStep$2<T extends new (...args: any[]) => BaseSolver> = {
5576
5576
  declare class AutoroutingPipelineSolver7_MultiGraph extends BaseSolver {
5577
5577
  srj: SimpleRouteJson;
5578
5578
  readonly opts: CapacityMeshSolverOptions$2;
5579
+ getSolverName(): string;
5579
5580
  preprocessSimpleRouteJsonSolver?: PreprocessSimpleRouteJsonSolver$1;
5580
5581
  escapeViaLocationSolver?: EscapeViaLocationSolver;
5581
5582
  netToPointPairsSolver?: NetToPointPairsSolver;