Expand description
Custom Partial Order Trait
This module defines a new PartialOrdering trait which is different to the
standard libraries PartialOrd trait.
The reason is to allow for a more flexible definition of what a partial
order is and how it behaves on different objects.
Macros§
Structs§
- SetMinimal
Basis - Set of configurations where each element is incomparable to every other element in the set
Enums§
- Partial
OrdComp Result - Result of a comparison in a partial order between an object
aandb
Traits§
- Partial
Order - Trait for types implementing a partial order