![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Return value of the MAP/MAP/1 family (qsys_mapmap1, qsys_mapph1, qsys_phph1), carrying the same quantities as the MATLAB result struct. More...
#include <line/api/qsys/qsys_mapmap1.h>
Public Attributes | |
| T | meanQueueLength |
| E[N], number in system. | |
| T | meanWaitingTime |
| E[Wq], time in queue. | |
| T | meanSojournTime |
| E[W] = E[Wq] + E[S]. | |
| T | utilization |
| rho = lambda_a / lambda_s | |
| std::vector< T > | queueLengthDist |
| P(N = n), n = 0, 1, ... | |
Return value of the MAP/MAP/1 family (qsys_mapmap1, qsys_mapph1, qsys_phph1), carrying the same quantities as the MATLAB result struct.
Definition at line 106 of file qsys_mapmap1.h.
| T line::qsys::MapMap1Result< T >::meanQueueLength |
E[N], number in system.
Definition at line 107 of file qsys_mapmap1.h.
Referenced by line::qsys::qsys_mapg1(), and line::qsys::qsys_mapmap1().
| T line::qsys::MapMap1Result< T >::meanSojournTime |
E[W] = E[Wq] + E[S].
Definition at line 109 of file qsys_mapmap1.h.
Referenced by line::qsys::qsys_mapg1(), and line::qsys::qsys_mapmap1().
| T line::qsys::MapMap1Result< T >::meanWaitingTime |
E[Wq], time in queue.
Definition at line 108 of file qsys_mapmap1.h.
Referenced by line::qsys::qsys_mapmap1().
| std::vector<T> line::qsys::MapMap1Result< T >::queueLengthDist |
P(N = n), n = 0, 1, ...
Definition at line 111 of file qsys_mapmap1.h.
Referenced by line::qsys::qsys_mapg1(), and line::qsys::qsys_mapmap1().
| T line::qsys::MapMap1Result< T >::utilization |
rho = lambda_a / lambda_s
Definition at line 110 of file qsys_mapmap1.h.
Referenced by line::qsys::qsys_mapmap1().