@tscircuit/capacity-autorouter 0.0.563 → 0.0.564
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 +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -5011,6 +5011,7 @@ declare class Pipeline4HighDensityRepairSolver extends BaseSolver {
|
|
|
5011
5011
|
obstacles: Obstacle[];
|
|
5012
5012
|
repairMargin?: number;
|
|
5013
5013
|
colorMap?: Record<string, string>;
|
|
5014
|
+
maxSampleEntries?: number;
|
|
5014
5015
|
});
|
|
5015
5016
|
getSolverName(): string;
|
|
5016
5017
|
getConstructorParams(): readonly [{
|