![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Result of qsys_mapg1. More...
#include <line/api/qsys/qsys_mapg1.h>
Public Attributes | |
| T | meanQueueLength |
| E[N], number in system. | |
| T | meanWaitingTime |
| max(0, E[W] - m1), as in the reference | |
| T | meanSojournTime |
| E[W]. | |
| T | utilization |
| lambda m1 | |
| std::vector< T > | queueLengthDist |
| P(N = n), n = 0, 1, ... | |
| mam::Map< T > | serviceFit |
| the fitted PH as its renewal MAP | |
| MapG1ServiceFit | fitKind |
| which branch produced it | |
| std::size_t | servicePhases |
| order of the fitted PH | |
Result of qsys_mapg1.
Definition at line 111 of file qsys_mapg1.h.
| MapG1ServiceFit line::qsys::MapG1Result< T >::fitKind |
which branch produced it
Definition at line 118 of file qsys_mapg1.h.
Referenced by line::qsys::qsys_mapg1().
| T line::qsys::MapG1Result< T >::meanQueueLength |
E[N], number in system.
Definition at line 112 of file qsys_mapg1.h.
Referenced by line::qsys::qsys_mapg1().
| T line::qsys::MapG1Result< T >::meanSojournTime |
| T line::qsys::MapG1Result< T >::meanWaitingTime |
max(0, E[W] - m1), as in the reference
Definition at line 113 of file qsys_mapg1.h.
Referenced by line::qsys::qsys_mapg1().
| std::vector<T> line::qsys::MapG1Result< T >::queueLengthDist |
P(N = n), n = 0, 1, ...
Definition at line 116 of file qsys_mapg1.h.
Referenced by line::qsys::qsys_mapg1().
| mam::Map<T> line::qsys::MapG1Result< T >::serviceFit |
the fitted PH as its renewal MAP
Definition at line 117 of file qsys_mapg1.h.
Referenced by line::qsys::qsys_mapg1().
| std::size_t line::qsys::MapG1Result< T >::servicePhases |
order of the fitted PH
Definition at line 119 of file qsys_mapg1.h.
Referenced by line::qsys::qsys_mapg1().
| T line::qsys::MapG1Result< T >::utilization |