@tscircuit/capacity-autorouter 0.0.578 → 0.0.579
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 +1 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
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;
|