![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Return value of qsys_mapdc, mirroring the MATLAB result struct. More...
#include <line/api/qsys/qsys_mapdc.h>
Public Attributes | |
| T | meanQueueLength |
| E[N], number in system, time-stationary. | |
| T | meanWaitingTime |
| Wq = E[N]/lambda - s. | |
| T | meanSojournTime |
| W = Wq + s = E[N]/lambda. | |
| T | utilization |
| rho = lambda s / c, per server | |
| std::vector< T > | queueLengthDist |
| P(N = n), n = 0, 1, ... | |
Return value of qsys_mapdc, mirroring the MATLAB result struct.
Definition at line 132 of file qsys_mapdc.h.
| T line::qsys::MapDcResult< T >::meanQueueLength |
E[N], number in system, time-stationary.
Definition at line 133 of file qsys_mapdc.h.
Referenced by line::qsys::qsys_mapdc().
| T line::qsys::MapDcResult< T >::meanSojournTime |
W = Wq + s = E[N]/lambda.
Definition at line 135 of file qsys_mapdc.h.
Referenced by line::qsys::qsys_mapdc().
| T line::qsys::MapDcResult< T >::meanWaitingTime |
Wq = E[N]/lambda - s.
Definition at line 134 of file qsys_mapdc.h.
Referenced by line::qsys::qsys_mapdc().
| std::vector<T> line::qsys::MapDcResult< T >::queueLengthDist |
P(N = n), n = 0, 1, ...
Definition at line 137 of file qsys_mapdc.h.
Referenced by line::qsys::qsys_mapdc().
| T line::qsys::MapDcResult< T >::utilization |
rho = lambda s / c, per server
Definition at line 136 of file qsys_mapdc.h.
Referenced by line::qsys::qsys_mapdc().