public interface MatroidFactory extends SetFactory<UnsignedSet,MatroidAsSet>
FactoryFactory.bases()
,
FactoryFactory.unsignedCircuits()
Modifier and Type | Method and Description |
---|---|
MatroidAsSet |
empty()
This does not, and will not, work.
|
MatroidAsSet |
fromSets(SetOfUnsignedSet sym) |
copyBackingCollection
MatroidAsSet empty()
SetFactory
interface, and is not appropriate for Matroids.empty
in interface SetFactory<UnsignedSet,MatroidAsSet>
UnsupportedOperationException
- Always.MatroidAsSet fromSets(SetOfUnsignedSet sym)
sym
- A set of sets, satisfying all the relevant axioms.