![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Result of mmpp2_fitc_approx. More...
#include <line/api/mam/mmpp2_fitc_approx.h>
Public Attributes | |
| Map< T > | map |
| the fitted MMPP(2), rescaled to rate a | |
| T | objective |
| sum of squared relative errors at the optimum | |
| T | violation |
| worst bound violation at the optimum | |
| bool | converged |
| the constrained solve reached feasibility within its caps | |
Result of mmpp2_fitc_approx.
Definition at line 82 of file mmpp2_fitc_approx.h.
| bool line::mam::Mmpp2FitcApproxResult< T >::converged |
the constrained solve reached feasibility within its caps
Definition at line 86 of file mmpp2_fitc_approx.h.
Referenced by line::mam::mmpp2_fitc_approx().
| Map<T> line::mam::Mmpp2FitcApproxResult< T >::map |
the fitted MMPP(2), rescaled to rate a
Definition at line 83 of file mmpp2_fitc_approx.h.
Referenced by line::mam::m3pp22_fitc_approx_cov(), line::mam::m3pp2m_fitc_approx(), line::mam::m3pp2m_fitc_approx_ag(), and line::mam::mmpp2_fitc_approx().
| T line::mam::Mmpp2FitcApproxResult< T >::objective |
sum of squared relative errors at the optimum
Definition at line 84 of file mmpp2_fitc_approx.h.
Referenced by line::mam::m3pp2m_fitc_approx(), line::mam::m3pp2m_fitc_approx_ag(), and line::mam::mmpp2_fitc_approx().
| T line::mam::Mmpp2FitcApproxResult< T >::violation |
worst bound violation at the optimum
Definition at line 85 of file mmpp2_fitc_approx.h.
Referenced by line::mam::mmpp2_fitc_approx().