Polymake Template Library (PTL) 4.13
|
Implementation of pm::ApproximateSet class. More...
Classes | |
class | pm::GenericMutableSet< TSet, E, Comparator > |
Generic type for ordered mutable sets More... | |
class | pm::Set< E, Comparator > |
An associative container based on a balanced binary search (AVL) tree. Comparator is a functor defining a total ordering on the element value domain. In most cases, the default choice (lexicographical order) will suffice for your needs. More... | |
class | polymake::Set< E, Comparator > |
An associative container based on a balanced binary search (AVL) tree. Comparator is a functor defining a total ordering on the element value domain. In most cases, the default choice (lexicographical order) will suffice for your needs. More... | |
Namespaces | |
namespace | pm |
global namespace for all classes from the polymake project | |
namespace | polymake |
namespace to be used for client code | |
namespace | std |
STL namespace. | |
Implementation of pm::ApproximateSet class.
Implementation of pm::Set class.