![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Result of lossn_manjunath. More...
#include <line/api/lossn/lossn_manjunath.h>
Public Attributes | |
| std::vector< T > | QLen |
| mean carried load E[n_r] per route | |
| std::vector< T > | Loss |
| blocking probability per route | |
| double | lG = 0.0 |
| log of the EXACT normalizing constant g(C) | |
| std::size_t | iterations = 1 |
| Always 1: the transform is direct, and the field exists for the shared analyzer contract that the iterative siblings fill in. | |
| std::size_t | peak_states = 0 |
| Peak number of live series coefficients, the realised cost. | |
Result of lossn_manjunath.
Definition at line 109 of file lossn_manjunath.h.
| std::size_t line::lossn::LossnManjunathResult< T >::iterations = 1 |
Always 1: the transform is direct, and the field exists for the shared analyzer contract that the iterative siblings fill in.
Definition at line 115 of file lossn_manjunath.h.
Referenced by line::nc::solver_nc_lossn_analyzer().
| double line::lossn::LossnManjunathResult< T >::lG = 0.0 |
log of the EXACT normalizing constant g(C)
Definition at line 112 of file lossn_manjunath.h.
Referenced by line::lossn::lossn_manjunath(), and line::nc::solver_nc_lossn_analyzer().
| std::vector<T> line::lossn::LossnManjunathResult< T >::Loss |
blocking probability per route
Definition at line 111 of file lossn_manjunath.h.
Referenced by line::lossn::lossn_manjunath(), and line::nc::solver_nc_lossn_analyzer().
| std::size_t line::lossn::LossnManjunathResult< T >::peak_states = 0 |
Peak number of live series coefficients, the realised cost.
Definition at line 117 of file lossn_manjunath.h.
Referenced by line::lossn::lossn_manjunath().
| std::vector<T> line::lossn::LossnManjunathResult< T >::QLen |
mean carried load E[n_r] per route
Definition at line 110 of file lossn_manjunath.h.
Referenced by line::lossn::lossn_manjunath(), and line::nc::solver_nc_lossn_analyzer().