![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
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>
Public Attributes | |
| T | W |
| T | rhohat |
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.
| T line::qsys::QsysResult< T >::rhohat |
Definition at line 39 of file qsys_types.h.
| T line::qsys::QsysResult< T >::W |
Definition at line 38 of file qsys_types.h.