remove_redundant_constraints should not return an EmptySet #3160
Labels
breaking ❌
This change may break things
discussion 🗣️
Requires human input
performance 🐎
More efficient code
Currently
remove_redundant_constraints
returns a list of constraints if it was successful and anEmptySet
otherwise. This is type unstable and also does not make much sense. Instead it can return an empty list of constraints.The text was updated successfully, but these errors were encountered: