Namespaces |
| namespace | Parma_Polyhedra_Library |
| | The entire library is confined to this namespace.
|
Typedefs |
| typedef size_t | Parma_Polyhedra_Library::dimension_type |
| | An unsigned integral type for representing space dimensions.
|
| typedef size_t | Parma_Polyhedra_Library::memory_size_type |
| | An unsigned integral type for representing memory size in bytes.
|
Enumerations |
| enum | Parma_Polyhedra_Library::Degenerate_Element { Parma_Polyhedra_Library::UNIVERSE,
Parma_Polyhedra_Library::EMPTY
} |
| | Kinds of degenerate abstract elements.
More...
|
| enum | Parma_Polyhedra_Library::Relation_Symbol {
Parma_Polyhedra_Library::EQUAL,
Parma_Polyhedra_Library::LESS_THAN,
Parma_Polyhedra_Library::LESS_OR_EQUAL,
Parma_Polyhedra_Library::GREATER_THAN,
Parma_Polyhedra_Library::GREATER_OR_EQUAL,
Parma_Polyhedra_Library::NOT_EQUAL
} |
| | Relation symbols.
More...
|
| enum | Parma_Polyhedra_Library::Complexity_Class { Parma_Polyhedra_Library::POLYNOMIAL_COMPLEXITY,
Parma_Polyhedra_Library::SIMPLEX_COMPLEXITY,
Parma_Polyhedra_Library::ANY_COMPLEXITY
} |
| | Complexity pseudo-classes.
More...
|
| enum | Parma_Polyhedra_Library::Optimization_Mode { Parma_Polyhedra_Library::MINIMIZATION,
Parma_Polyhedra_Library::MAXIMIZATION
} |
| | Possible optimization modes.
More...
|
| enum | Parma_Polyhedra_Library::Bounded_Integer_Type_Width {
Parma_Polyhedra_Library::BITS_8,
Parma_Polyhedra_Library::BITS_16,
Parma_Polyhedra_Library::BITS_32,
Parma_Polyhedra_Library::BITS_64,
Parma_Polyhedra_Library::BITS_128
} |
| | Widths of bounded integer types.
More...
|
| enum | Parma_Polyhedra_Library::Bounded_Integer_Type_Representation { Parma_Polyhedra_Library::UNSIGNED,
Parma_Polyhedra_Library::SIGNED_2_COMPLEMENT
} |
| | Representation of bounded integer types.
More...
|
| enum | Parma_Polyhedra_Library::Bounded_Integer_Type_Overflow { Parma_Polyhedra_Library::OVERFLOW_WRAPS,
Parma_Polyhedra_Library::OVERFLOW_UNDEFINED,
Parma_Polyhedra_Library::OVERFLOW_IMPOSSIBLE
} |
| | Overflow behavior of bounded integer types.
More...
|