Commit 2025-02-16 22:38 f8044971
View on Github →chore(Matroid): add 'Is' to predicate names (#21879)
In accordance with emerging guidelines, and to minimize impact on the growing API, we rename Noun
-style matroid predicates to IsNoun
, deprecating the old names in each case.
This includes
Base
-> IsBase
Basis
-> IsBasis
Basis'
-> IsBasis'
Circuit
-> IsCircuit
Flat
-> IsFlat
Restriction
-> IsRestriction
.