LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::ag::AgResult< T > Struct Template Reference

What the RCAT analyzer returns beyond the metrics. More...

#include <line/solvers/ag/solver_ag.h>

Collaboration diagram for line::ag::AgResult< T >:

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.

Detailed Description

template<class T>
struct line::ag::AgResult< T >

What the RCAT analyzer returns beyond the metrics.

Definition at line 1287 of file solver_ag.h.

Member Data Documentation

◆ actualmethod

template<class T>
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().

◆ rcat_residual

template<class T>
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().

◆ sol

template<class T>
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().


The documentation for this struct was generated from the following file: