@tscircuit/capacity-autorouter 0.0.872 → 0.0.873

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
@@ -6359,7 +6359,12 @@ declare class Pipeline9JointDrcRepairSolver extends BaseSolver {
6359
6359
  private cachedReferenceDrcEvaluator?;
6360
6360
  private referenceDrcValidationCount;
6361
6361
  private referenceDrcFalseNegativeCount;
6362
+ private indexedDrcEvaluationCount;
6363
+ private indexedDrcCacheHitCount;
6364
+ private indexedDrcEvaluationTimeMs;
6365
+ private readonly indexedDrcCandidateCache;
6362
6366
  private combinedOutput?;
6367
+ private cacheIndexedDrcResult;
6363
6368
  constructor(params: Pipeline9JointDrcRepairSolverParams);
6364
6369
  getSolverName(): string;
6365
6370
  _step(): void;