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 |
---|---|
OMasRealized |
RealizedFactory.construct(Collection<? extends Label> elements,
RationalMatrix matrix)
Construct an oriented matroid from a matrix,
using given labels for the elements.
|
OMasRealized |
RealizedFactory.construct(RationalMatrix matrix)
Construct an oriented matroid from a matrix,
using default labels for the elements.
|
OMasRealized |
OM.getRealized()
Get the realized representation of the oriented matroid.
|