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

#include <line/api/qsys/qsys_mm1k_loss.h>

Collaboration diagram for line::qsys::Mm1kLossResult< T >:

Public Attributes

lossProbability
utilization
 rho = lambda/mu, the offered load (not the carried one)

Detailed Description

template<class T>
struct line::qsys::Mm1kLossResult< T >

Definition at line 36 of file qsys_mm1k_loss.h.

Member Data Documentation

◆ lossProbability

template<class T>
T line::qsys::Mm1kLossResult< T >::lossProbability

Definition at line 37 of file qsys_mm1k_loss.h.

Referenced by line::qsys::qsys_mm1k_loss().

◆ utilization

template<class T>
T line::qsys::Mm1kLossResult< T >::utilization

rho = lambda/mu, the offered load (not the carried one)

Definition at line 38 of file qsys_mm1k_loss.h.

Referenced by line::qsys::qsys_mm1k_loss().


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