Regina 7.3 Calculation Engine
Namespaces | Enumerations | Functions
regina-core.h File Reference

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. More...
 
constexpr int regina::maxDim ()
 Indicates that largest dimension of triangulation that Regina can work with. More...
 

Detailed Description

Core definitions that must be included in every Regina header file.


Copyright © 1999-2023, The Regina development team
This software is released under the GNU General Public License, with some additional permissions; see the source code for details.
For further information, or to submit a bug or other problem, please contact Ben Burton (bab@maths.uq.edu.au).