|
Regina Calculation Engine
|
Linear programming code for tree traversal enumeration methods. More...
#include "maths/integer.h"#include "maths/matrix.h"#include "surfaces/normalcoords.h"#include "triangulation/forward.h"#include <algorithm>#include "enumerate/treeconstraint.h"Classes | |
| class | regina::MatrixIntDomain< T > |
| Represents a matrix of elements from a given integral domain T. More... | |
| class | regina::LPMatrix< IntType > |
| A matrix class for use with linear programming. More... | |
| struct | regina::LPCol< LPConstraint > |
| Used by LPInitialTableaux<LPConstraint> to store a single column of the adjusted matching equation matrix in sparse form. More... | |
| class | regina::LPInitialTableaux< LPConstraint > |
| Stores an adjusted matrix of homogeneous linear matching equations based on a given triangulation, in sparse form. More... | |
| class | regina::LPData< LPConstraint, IntType > |
| Stores an intermediate tableaux for the dual simplex method, and contains all of the core machinery for using the dual simplex method. More... | |
Namespaces | |
| regina | |
| Contains the entire Regina calculation engine. | |
Linear programming code for tree traversal enumeration methods.