Regina Calculation Engine
Public Member Functions | Public Attributes | List of all members
regina::LPConstraintNonSpun::Coefficients Struct Reference

Stores the extra coefficients in the tableaux associated with this constraint class (in this case, two extra integers per column). More...

#include <enumerate/treeconstraint.h>

Public Member Functions

template<typename IntType >
void fillFinalRows (LPMatrix< IntType > &m, unsigned col) const
 
template<typename IntType >
IntType innerProduct (const LPMatrix< IntType > &m, unsigned mRow) const
 
template<typename IntType >
IntType innerProductOct (const LPMatrix< IntType > &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...
 

Detailed Description

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.

Member Data Documentation

◆ longitude

int regina::LPConstraintNonSpun::Coefficients::longitude

The coefficient of the longitude equation for the corresponding column of the matching equation matrix.

◆ meridian

int regina::LPConstraintNonSpun::Coefficients::meridian

The coefficient of the meridian equation for the corresponding column of the matching equation matrix.


The documentation for this struct was generated from the following file:

Copyright © 1999-2021, 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).