@tscircuit/capacity-autorouter 0.0.870 → 0.0.872

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
@@ -6021,6 +6021,7 @@ declare class AutoroutingPipelineSolver7_MultiGraph extends BaseSolver {
6021
6021
  private setSimpleRouteJson;
6022
6022
  getConstructorParams(): readonly [SimpleRouteJson, CapacityMeshSolverOptions$3];
6023
6023
  currentPipelineStepIndex: number;
6024
+ computeProgress(): number;
6024
6025
  _step(): void;
6025
6026
  solveUntilPhase(phase: string): void;
6026
6027
  getCurrentPhase(): string;
@@ -6472,6 +6473,7 @@ declare class AutoroutingPipelineSolver9_PreloadedTraceGraph extends BaseSolver
6472
6473
  private setSimpleRouteJson;
6473
6474
  getConstructorParams(): readonly [SimpleRouteJson, CapacityMeshSolverOptions$1];
6474
6475
  currentPipelineStepIndex: number;
6476
+ computeProgress(): number;
6475
6477
  _step(): void;
6476
6478
  solveUntilPhase(phase: string): void;
6477
6479
  getCurrentPhase(): string;