Commit 2026-03-26 22:21 c09416fb

View on Github →

feat(Order/Partition): add refinement order (#36574) This PR expands the API for Partition s Introduces a PartialOrder (Partition s) instance where partitions are ordered by refinement (P ≤ Q if every part of P is contained in a part of Q). Also adds an OrderTop instance where the top partition consists of the single part s.

Estimated changes