#include <CouenneLQelems.hpp>
Public Member Functions | |
std::map< std::pair< int, int > , CouNumber > & | Map () |
public access More... | |
void | insert (int indI, int indJ, CouNumber coe) |
insert a pair <<int,int>,CouNumber> into a map for quadratic terms More... | |
Private Attributes | |
std::map< std::pair< int, int > , CouNumber > | qmap_ |
Definition at line 75 of file CouenneLQelems.hpp.
public access
Definition at line 83 of file CouenneLQelems.hpp.
insert a pair <<int,int>,CouNumber> into a map for quadratic terms
Definition at line 87 of file CouenneLQelems.hpp.
Definition at line 78 of file CouenneLQelems.hpp.