|
Regina 7.3.1 Calculation Engine
|
Core definitions that must be included in every Regina header file. More...
#include "regina-config.h"Namespaces | |
| namespace | regina |
| Contains the entire Regina calculation engine. | |
Enumerations | |
| enum | regina::Algorithm { regina::ALG_DEFAULT = 0 , regina::ALG_BACKTRACK = 1 , regina::ALG_TREEWIDTH = 2 , regina::ALG_NAIVE = 3 } |
| Represents various classes of algorithms that Regina can use for computations. More... | |
Functions | |
| constexpr bool | regina::standardDim (int dim) |
| Indicates whether the given dimension is one of Regina's standard dimensions. | |
| constexpr int | regina::maxDim () |
| Indicates that largest dimension of triangulation that Regina can work with. | |
Core definitions that must be included in every Regina header file.