Package | Description |
---|---|
net.sf.oriented.omi |
This package is the public interface, with
OM
as the key interface defining oriented matroids. |
Modifier and Type | Interface and Description |
---|---|
interface |
OMasSignedSet
An oriented matroid viewed as a set of signed sets:
a set of circuits, a set of vectors, or a set of maximum vectors.
|
Modifier and Type | Method and Description |
---|---|
SetFactory<SignedSet,SetOfSignedSet> |
FactoryFactory.setsOfSignedSet()
A factory for sets of signed sets.
|
SetFactory<SignedSet,SetOfSignedSet> |
FactoryFactory.symmetricSetsOfSignedSet()
A factory for symmetric sets of signed sets.
|
Modifier and Type | Method and Description |
---|---|
net.sf.oriented.impl.om.OMSInternal |
OMSFactory.fromSignedSets(Label[] ground,
SetOfSignedSet sym) |