@tscircuit/hypergraph 0.0.59 → 0.0.60
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 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1710,6 +1710,7 @@ var HyperGraphSolver = class extends BaseSolver {
|
|
|
1710
1710
|
super();
|
|
1711
1711
|
this.input = input;
|
|
1712
1712
|
this.graph = convertSerializedHyperGraphToHyperGraph(input.inputGraph);
|
|
1713
|
+
this.graph.solvedRoutes = this.solvedRoutes;
|
|
1713
1714
|
for (const region of this.graph.regions) {
|
|
1714
1715
|
region.assignments = [];
|
|
1715
1716
|
}
|