![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Steady-state measures of the G/GI/n+GI truncated Gaussian approximation. More...
#include <line/api/qsys/qsys_ggingi_tga.h>
Public Attributes | |
| std::string | regime |
| "underloaded" or "overloaded" | |
| T | trafficIntensity |
| rho = lambda/(n mu) | |
| T | fluidWait |
| w, the fluid waiting time | |
| T | fluidQueueLength |
| the fluid queue content | |
| T | meanWait |
| E[W] after truncation. | |
| T | varWait |
| Var[W]. | |
| T | meanQueueLength |
| E[Q] after truncation. | |
| T | varQueueLength |
| Var[Q]. | |
| T | meanNumberInService |
| E[B]. | |
| T | meanNumber |
| E[X] = E[B] + E[Q]. | |
| T | probDelay |
| P(W > 0). | |
| T | probAbandon |
| P(patience < wait). | |
| T | sigmaW |
| the CLT scale of the wait | |
| T | sigmaX |
| the CLT scale of the content | |
Steady-state measures of the G/GI/n+GI truncated Gaussian approximation.
Definition at line 55 of file qsys_ggingi_tga.h.
| T line::qsys::QsysTgaResult< T >::fluidQueueLength |
the fluid queue content
Definition at line 59 of file qsys_ggingi_tga.h.
Referenced by line::qsys::qsys_ggingi_tga().
| T line::qsys::QsysTgaResult< T >::fluidWait |
w, the fluid waiting time
Definition at line 58 of file qsys_ggingi_tga.h.
Referenced by line::qsys::qsys_ggingi_tga().
| T line::qsys::QsysTgaResult< T >::meanNumber |
E[X] = E[B] + E[Q].
Definition at line 65 of file qsys_ggingi_tga.h.
Referenced by line::qsys::qsys_ggingi_tga(), and line::fluid::solver_fluid_qsys().
| T line::qsys::QsysTgaResult< T >::meanNumberInService |
E[B].
Definition at line 64 of file qsys_ggingi_tga.h.
Referenced by line::qsys::qsys_ggingi_tga(), and line::fluid::solver_fluid_qsys().
| T line::qsys::QsysTgaResult< T >::meanQueueLength |
E[Q] after truncation.
Definition at line 62 of file qsys_ggingi_tga.h.
Referenced by line::qsys::qsys_ggingi_tga().
| T line::qsys::QsysTgaResult< T >::meanWait |
E[W] after truncation.
Definition at line 60 of file qsys_ggingi_tga.h.
Referenced by line::qsys::qsys_ggingi_tga().
| T line::qsys::QsysTgaResult< T >::probAbandon |
P(patience < wait).
Definition at line 67 of file qsys_ggingi_tga.h.
Referenced by line::qsys::qsys_ggingi_tga(), and line::fluid::solver_fluid_qsys().
| T line::qsys::QsysTgaResult< T >::probDelay |
P(W > 0).
Definition at line 66 of file qsys_ggingi_tga.h.
Referenced by line::qsys::qsys_ggingi_tga().
| std::string line::qsys::QsysTgaResult< T >::regime |
"underloaded" or "overloaded"
Definition at line 56 of file qsys_ggingi_tga.h.
Referenced by line::qsys::qsys_ggingi_tga().
| T line::qsys::QsysTgaResult< T >::sigmaW |
the CLT scale of the wait
Definition at line 68 of file qsys_ggingi_tga.h.
Referenced by line::qsys::qsys_ggingi_tga().
| T line::qsys::QsysTgaResult< T >::sigmaX |
the CLT scale of the content
Definition at line 69 of file qsys_ggingi_tga.h.
Referenced by line::qsys::qsys_ggingi_tga().
| T line::qsys::QsysTgaResult< T >::trafficIntensity |
rho = lambda/(n mu)
Definition at line 57 of file qsys_ggingi_tga.h.
Referenced by line::qsys::qsys_ggingi_tga().
| T line::qsys::QsysTgaResult< T >::varQueueLength |
Var[Q].
Definition at line 63 of file qsys_ggingi_tga.h.
Referenced by line::qsys::qsys_ggingi_tga().
| T line::qsys::QsysTgaResult< T >::varWait |
Var[W].
Definition at line 61 of file qsys_ggingi_tga.h.
Referenced by line::qsys::qsys_ggingi_tga().