#include <lqelems.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 46 of file lqelems.hpp.
| std::map<int, CouNumber>& LinMap::Map | ( | ) | [inline] |
public access
Definition at line 54 of file lqelems.hpp.
References lmap_.
Referenced by CouenneProblem::linStandardize(), and exprSum::standardize().
| void LinMap::insert | ( | int | index, | |
| CouNumber | coe | |||
| ) | [inline] |
insert a pair <int,CouNumber> into a map for linear terms
Definition at line 58 of file lqelems.hpp.
References COUENNE_EPS, and lmap_.
Referenced by CouenneProblem::analyzeSparsity(), CouenneProblem::decomposeTerm(), and exprSum::standardize().
std::map<int, CouNumber> LinMap::lmap_ [private] |
1.4.7