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

Return value of the qsys family, mirroring MATLAB's [W,rhohat] and the JAR's Ret.qsys. More...

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

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

Public Attributes

W
rhohat

Detailed Description

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

Return value of the qsys family, mirroring MATLAB's [W,rhohat] and the JAR's Ret.qsys.

W mean response time (time in system, service included) rhohat modified utilization chosen so that the M/M/1 relations still hold

Definition at line 37 of file qsys_types.h.

Member Data Documentation

◆ rhohat

template<class T>
T line::qsys::QsysResult< T >::rhohat

Definition at line 39 of file qsys_types.h.

◆ W

template<class T>
T line::qsys::QsysResult< T >::W

Definition at line 38 of file qsys_types.h.


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