-
Notifications
You must be signed in to change notification settings - Fork 8
Equality and hashing defaults #35
Copy link
Copy link
Open
Description
Desirable because poorly implemented Equals() leads to solvers exceeding maxIter and/or maxNodes, negatively impacting dev workflow.
One possible route is via structs, but this implies a design effort (mutable structs are probably a poor choice; readonly structs will have restrictions impacting action design.
As an alternative, consider providing generic equality and hashing
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels