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

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

Detailed Description

template<class T>
struct line::nc::NcLossnSolution< T >

What the loss-network analyzer returns beyond the usual metric table.

Definition at line 114 of file solver_nc_lossn.h.

Member Data Documentation

◆ A

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

◆ Cvec

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

◆ E

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

◆ Loss

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

◆ nu

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

◆ sol

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


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