![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
What the RCAT analyzer returns beyond the metrics. More...
#include <line/solvers/ag/solver_ag.h>
Public Attributes | |
| mva::MvaSolution< T > | sol |
| std::string | actualmethod |
| double | rcat_residual = 0.0 |
| The RCAT product-form residual of Remark 2, max_l ||pi (x_l I - T_l)||_2, computed by 'inapinf' only. | |
What the RCAT analyzer returns beyond the metrics.
Definition at line 1287 of file solver_ag.h.
| std::string line::ag::AgResult< T >::actualmethod |
Definition at line 1289 of file solver_ag.h.
Referenced by line::ag::solver_ag(), and line::ag::solver_ag_run_analyzer().
| double line::ag::AgResult< T >::rcat_residual = 0.0 |
The RCAT product-form residual of Remark 2, max_l ||pi (x_l I - T_l)||_2, computed by 'inapinf' only.
Zero exactly when the reversed rates came out state-independent, i.e. when the product form the method assumes is real; anything else is the size of the modelling error, not of a numerical one.
Definition at line 1296 of file solver_ag.h.
Referenced by line::ag::solver_ag().
| mva::MvaSolution<T> line::ag::AgResult< T >::sol |
Definition at line 1288 of file solver_ag.h.
Referenced by line::ag::solver_ag(), and line::ag::solver_ag_run_analyzer().