#include <CouenneRootQ.hpp>
Public Member Functions | |
Qroot () | |
Empty constructor -- we only need the method to work on the static structure. | |
~Qroot () | |
Empty destructor. | |
CouNumber | operator() (int k) |
Retrieve root of Q with order = k. | |
Static Protected Attributes | |
static std::map< int, CouNumber > | Qmap |
Maps an integer k with the root of ![]() |
Definition at line 28 of file CouenneRootQ.hpp.
Couenne::Qroot::Qroot | ( | ) | [inline] |
Empty constructor -- we only need the method to work on the static structure.
Definition at line 40 of file CouenneRootQ.hpp.
Couenne::Qroot::~Qroot | ( | ) | [inline] |
CouNumber Couenne::Qroot::operator() | ( | int | k | ) | [inline] |
Retrieve root of Q with order = k.
If no such computation has been performed yet, do it here
Definition at line 48 of file CouenneRootQ.hpp.
References Qmap, and Couenne::rootQ().
std::map<int, CouNumber> Couenne::Qroot::Qmap [static, protected] |
Maps an integer k with the root of .
Definition at line 34 of file CouenneRootQ.hpp.
Referenced by operator()().