![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Return value of qsys_mapmc and qsys_mapm1, mirroring the MATLAB struct. More...
#include <line/api/qsys/qsys_mapmc.h>
Public Attributes | |
| T | meanQueueLength |
| L, number in system. | |
| T | meanWaitingTime |
| Wq, time in queue. | |
| T | meanSojournTime |
| W = Wq + 1/mu. | |
| T | utilization |
| rho = lambda / (c mu), per server | |
| std::vector< T > | queueLengthDist |
| P(N = n), n = 0, 1, ... | |
Return value of qsys_mapmc and qsys_mapm1, mirroring the MATLAB struct.
Definition at line 103 of file qsys_mapmc.h.
| T line::qsys::MapMcResult< T >::meanQueueLength |
L, number in system.
Definition at line 104 of file qsys_mapmc.h.
Referenced by line::qsys::qsys_mapmc().
| T line::qsys::MapMcResult< T >::meanSojournTime |
| T line::qsys::MapMcResult< T >::meanWaitingTime |
Wq, time in queue.
Definition at line 105 of file qsys_mapmc.h.
Referenced by line::qsys::qsys_mapmc().
| std::vector<T> line::qsys::MapMcResult< T >::queueLengthDist |
P(N = n), n = 0, 1, ...
Definition at line 108 of file qsys_mapmc.h.
Referenced by line::qsys::qsys_mapmc().
| T line::qsys::MapMcResult< T >::utilization |
rho = lambda / (c mu), per server
Definition at line 107 of file qsys_mapmc.h.
Referenced by line::qsys::qsys_mapmc().