Regina Calculation Engine
|
Used to enumerate all maximal admissible faces of a polyhedral cone under a given set of admissibility constraints. More...
#include <enumerate/maxadmissible.h>
Static Public Member Functions | |
template<class BitmaskType , class RayIterator > | |
static std::vector< BitmaskType > * | enumerate (RayIterator beginExtremalRays, RayIterator endExtremalRays, const EnumConstraints *constraints) |
Enumerates all maximal admissible faces of the given polyhedral cone. More... | |
Used to enumerate all maximal admissible faces of a polyhedral cone under a given set of admissibility constraints.
See the routine enumerate() for details.
All routines of interest within this class are static; no object of this class should ever be created.