Package | Description |
---|---|
net.sf.oriented.omi |
This package is the public interface, with
OM
as the key interface defining oriented matroids. |
Modifier and Type | Method and Description |
---|---|
MatroidAsSet |
MatroidFactory.empty()
This does not, and will not, work.
|
MatroidAsSet |
MatroidFactory.fromSets(SetOfUnsignedSet sym) |
MatroidAsSet |
Matroid.getBases()
A view of the matroid as a set of bases.
|
MatroidAsSet |
Matroid.getCircuits()
A view of the matroid as a set of circuits.
|
MatroidAsSet |
Matroid.getIndependentSets()
A view of the matroid as a set of independent sets.
|
Modifier and Type | Method and Description |
---|---|
Factory<MatroidAsSet> |
FactoryFactory.bases()
A factory for matroids from bases.
|
Factory<MatroidAsSet> |
FactoryFactory.independentSets()
A factory for matroids from independent sets.
|
Factory<MatroidAsSet> |
FactoryFactory.unsignedCircuits()
A factory for matroids from circuits.
|