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

#include <line/api/lossn/lossn_erlangfp.h>

Public Attributes

std::vector< T > QLen
 carried traffic per class
std::vector< T > Loss
 blocking probability per class
std::vector< T > E
 per-link blocking probabilities (the fixed point)
std::size_t iterations = 0
bool converged = false

Detailed Description

template<class T>
struct line::lossn::ErlangFpResult< T >

Definition at line 45 of file lossn_erlangfp.h.

Member Data Documentation

◆ converged

template<class T>
bool line::lossn::ErlangFpResult< T >::converged = false

Definition at line 50 of file lossn_erlangfp.h.

Referenced by line::lossn::lossn_erlangfp().

◆ E

template<class T>
std::vector<T> line::lossn::ErlangFpResult< T >::E

per-link blocking probabilities (the fixed point)

Definition at line 48 of file lossn_erlangfp.h.

Referenced by line::lossn::lossn_erlangfp(), and line::nc::solver_nc_lossn_analyzer().

◆ iterations

template<class T>
std::size_t line::lossn::ErlangFpResult< T >::iterations = 0

◆ Loss

template<class T>
std::vector<T> line::lossn::ErlangFpResult< T >::Loss

blocking probability per class

Definition at line 47 of file lossn_erlangfp.h.

Referenced by line::lossn::lossn_erlangfp(), and line::nc::solver_nc_lossn_analyzer().

◆ QLen

template<class T>
std::vector<T> line::lossn::ErlangFpResult< T >::QLen

carried traffic per class

Definition at line 46 of file lossn_erlangfp.h.

Referenced by line::lossn::lossn_erlangfp(), and line::nc::solver_nc_lossn_analyzer().


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