#include <CouenneLQelems.hpp>
Public Member Functions | |
std::map< int, CouNumber > & | Map () |
public access | |
void | insert (int index, CouNumber coe) |
insert a pair <int,CouNumber> into a map for linear terms | |
Private Attributes | |
std::map< int, CouNumber > | lmap_ |
Definition at line 48 of file CouenneLQelems.hpp.
std::map<int, CouNumber>& Couenne::LinMap::Map | ( | ) | [inline] |
public access
Definition at line 56 of file CouenneLQelems.hpp.
References lmap_.
Referenced by Couenne::CouenneProblem::linStandardize(), and Couenne::exprSum::standardize().
void Couenne::LinMap::insert | ( | int | index, | |
CouNumber | coe | |||
) | [inline] |
insert a pair <int,CouNumber> into a map for linear terms
Definition at line 60 of file CouenneLQelems.hpp.
References COUENNE_EPS, and lmap_.
Referenced by Couenne::CouenneProblem::analyzeSparsity(), Couenne::CouenneProblem::decomposeTerm(), and Couenne::exprSum::standardize().
std::map<int, CouNumber> Couenne::LinMap::lmap_ [private] |