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 |
ChirotopeFactory
Create Oriented Matroids from their Chirotope.
|
interface |
LabelFactory
A factory for producing labels, which are used as the points or elements
on which our oriented matroids and matroids are defined.
|
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).
|
interface |
RealizedFactory
An interface for producing oriented matroids from rational matrixes
which realize them.
|
interface |
SetFactory<ITEM,SET>
Provides conversion to and from String for some Set class.
|
interface |
SignedSetFactory
A factory for producing signed 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.
|