|
Regina Calculation Engine
|
Stores the extra coefficients in the tableaux associated with this constraint class (in this case, two extra integers per column). More...
#include <enumerate/ntreeconstraint.h>
Public Member Functions | |
| template<typename Integer > | |
| void | fillFinalRows (LPMatrix< Integer > &m, unsigned col) const |
| template<typename Integer > | |
| Integer | innerProduct (const LPMatrix< Integer > &m, unsigned mRow) const |
| template<typename Integer > | |
| Integer | innerProductOct (const LPMatrix< Integer > &m, unsigned mRow) const |
Public Attributes | |
| int | meridian |
| The coefficient of the meridian equation for the corresponding column of the matching equation matrix. More... | |
| int | longitude |
| The coefficient of the longitude equation for the corresponding column of the matching equation matrix. More... | |
Stores the extra coefficients in the tableaux associated with this constraint class (in this case, two extra integers per column).
See the LPConstraintBase::Coefficients notes for further details.