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 |
---|---|
OMasSignedSet |
OMSFactory.empty()
This does not, and will not, work.
|
OMasSignedSet |
OM.getCircuits()
Get the circuit representation of the oriented matroid.
|
OMasSignedSet |
OM.getMaxVectors()
Get the maximum vector representation of the oriented matroid.
|
OMasSignedSet |
OM.getVectors()
Get the vector representation of the oriented matroid.
|