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 |
SetOf<ITEM,SET extends SetOf<ITEM,SET>>
Immutable mathematical sets.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MatroidAsSet
View a matroid also as a set.
|
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.
|
interface |
SetOfSignedSet
Mathematical sets of signed sets, as defined in Oriented Matroid literature.
|
interface |
SetOfUnsignedSet
|
interface |
UnsignedSet
This class represents mathematical sets of
Label s
which are the base elements in our universe of discourse. |