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 |
FullChirotope
A true chirotope with an alternating map.
|
interface |
OMasChirotope
The chirotope view of an oriented matroid.
|
Modifier and Type | Class and Description |
---|---|
class |
Alternating
Implements an alternating function over a non-alternating one.
|
Modifier and Type | Method and Description |
---|---|
OMasChirotope |
ChirotopeFactory.construct(Chirotope chi)
Create an oriented matroid from a chirotope provided programmatically.
|
OMasChirotope |
ChirotopeFactory.construct(Collection<? extends Label> e,
Chirotope chi)
Create an oriented matroid from a chirotope provided programmatically, with given
element labels.
|
Constructor and Description |
---|
Alternating(Chirotope base)
We pass in a map that is not necessarily alternating,
and we get back one that is.
|