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 |
MatroidFactory
Convert a set of sets of elements into a matroid.
|
interface |
OMSFactory
An interface for producing oriented matroids from
sets of signed sets (cicruits, vectors, maximum vectors).
|
Modifier and Type | Method and Description |
---|---|
SetFactory<SignedSet,SetOfSignedSet> |
FactoryFactory.setsOfSignedSet()
A factory for sets of signed sets.
|
SetFactory<UnsignedSet,SetOfUnsignedSet> |
FactoryFactory.setsOfUnsignedSet()
A factory for sets of unsigned sets.
|
SetFactory<SignedSet,SetOfSignedSet> |
FactoryFactory.symmetricSetsOfSignedSet()
A factory for symmetric sets of signed sets.
|
SetFactory<Label,UnsignedSet> |
FactoryFactory.unsignedSets()
A factory for unsigned sets.
|