Polymake Template Library (PTL): lib/core/include/Set.h File Reference
Polymake Template Library (PTL)  4.2
Set.h File Reference

Implementation of pm::ApproximateSet class. More...

Classes

class  pm::GenericMutableSet< TSet, E, Comparator >
 Generic type for ordered mutable sets More...
 
class  pm::Set
 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

 pm
 global namespace for all classes from the polymake project
 
 polymake
 namespace to be used for client code
 

Detailed Description

Implementation of pm::ApproximateSet class.

Implementation of pm::Set class.