![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
What the loss-network analyzer returns beyond the usual metric table. More...
#include <line/solvers/nc/solver_nc_lossn.h>
Public Attributes | |
| NcSolution< T > | sol |
| Matrix< T > | A |
| (J x K) rows of the admission rule A n <= C | |
| std::vector< T > | Cvec |
| (J) the right-hand side | |
| std::vector< T > | nu |
| (K) offered load per class | |
| std::vector< T > | Loss |
| (K) blocking probability per class | |
| std::vector< T > | E |
| (J) per-row blocking, empty outside the fixed point | |
What the loss-network analyzer returns beyond the usual metric table.
Definition at line 114 of file solver_nc_lossn.h.
| Matrix<T> line::nc::NcLossnSolution< T >::A |
(J x K) rows of the admission rule A n <= C
Definition at line 116 of file solver_nc_lossn.h.
Referenced by line::nc::solver_nc_lossn_analyzer().
| std::vector<T> line::nc::NcLossnSolution< T >::Cvec |
(J) the right-hand side
Definition at line 117 of file solver_nc_lossn.h.
Referenced by line::nc::solver_nc_lossn_analyzer().
| std::vector<T> line::nc::NcLossnSolution< T >::E |
(J) per-row blocking, empty outside the fixed point
Definition at line 120 of file solver_nc_lossn.h.
Referenced by line::nc::solver_nc_lossn_analyzer().
| std::vector<T> line::nc::NcLossnSolution< T >::Loss |
(K) blocking probability per class
Definition at line 119 of file solver_nc_lossn.h.
Referenced by line::nc::solver_nc_lossn_analyzer().
| std::vector<T> line::nc::NcLossnSolution< T >::nu |
(K) offered load per class
Definition at line 118 of file solver_nc_lossn.h.
Referenced by line::nc::solver_nc_lossn_analyzer().
| NcSolution<T> line::nc::NcLossnSolution< T >::sol |
Definition at line 115 of file solver_nc_lossn.h.
Referenced by line::nc::solver_nc_lossn_analyzer().