![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
MOL and PSA measures of a time-varying multiserver system. More...
#include <line/api/qsys/qsys_mtgs0_mol.h>
Public Attributes | |
| std::vector< T > | times |
| the evaluation times | |
| std::vector< T > | offeredLoad |
| m(t), the infinite-server load | |
| std::vector< T > | instantLoad |
| lambda(t)E[S] | |
| std::vector< T > | probBlockMOL |
| B(s,m(t)) or C(s,m(t)). | |
| std::vector< T > | probBlockPSA |
| the same at the instantaneous load | |
| std::vector< T > | meanBusyMOL |
| carried load m(t)(1-B), or min(m,s) for the delay model | |
| std::vector< T > | arrivalRate |
| lambda(t) | |
MOL and PSA measures of a time-varying multiserver system.
Definition at line 58 of file qsys_mtgs0_mol.h.
| std::vector<T> line::qsys::QsysMolResult< T >::arrivalRate |
lambda(t)
Definition at line 65 of file qsys_mtgs0_mol.h.
Referenced by line::qsys::qsys_mtgs0_mol(), and line::fluid::solver_fluid_qsys().
| std::vector<T> line::qsys::QsysMolResult< T >::instantLoad |
lambda(t)E[S]
Definition at line 61 of file qsys_mtgs0_mol.h.
Referenced by line::qsys::qsys_mtgs0_mol().
| std::vector<T> line::qsys::QsysMolResult< T >::meanBusyMOL |
carried load m(t)(1-B), or min(m,s) for the delay model
Definition at line 64 of file qsys_mtgs0_mol.h.
Referenced by line::qsys::qsys_mtgs0_mol(), and line::fluid::solver_fluid_qsys().
| std::vector<T> line::qsys::QsysMolResult< T >::offeredLoad |
m(t), the infinite-server load
Definition at line 60 of file qsys_mtgs0_mol.h.
Referenced by line::qsys::qsys_mtgs0_mol().
| std::vector<T> line::qsys::QsysMolResult< T >::probBlockMOL |
B(s,m(t)) or C(s,m(t)).
Definition at line 62 of file qsys_mtgs0_mol.h.
Referenced by line::qsys::qsys_mtgs0_mol().
| std::vector<T> line::qsys::QsysMolResult< T >::probBlockPSA |
the same at the instantaneous load
Definition at line 63 of file qsys_mtgs0_mol.h.
Referenced by line::qsys::qsys_mtgs0_mol().
| std::vector<T> line::qsys::QsysMolResult< T >::times |
the evaluation times
Definition at line 59 of file qsys_mtgs0_mol.h.
Referenced by line::qsys::qsys_mtgs0_mol(), and line::fluid::solver_fluid_qsys().