-
Notifications
You must be signed in to change notification settings - Fork 264
Closed
Milestone
Description
This is related to the following discussion:
The CustomComparer isn't working because it's only installed on the extracted netlist and not on the schematic. Hence symmetry is broken and the internal error happens.
Technically the problem is that the extracted netlist's comparer is not copied to the schematic netlist because "clone" isn't available for scripted comparers.
In addition, the the "equal" method is redundant as - within the strict weak ordering - "equal(a,b)" is identical to "!less(a,b) && !less(b,a)".
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels