![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Return value of pfqn_mvaoi, mirroring [X, Qoi, Qli, Qdelay, Soi]. More...
#include <line/api/pfqn/pfqn_mvaoi.h>
Public Attributes | |
| std::vector< T > | X |
| (R) per-class throughput | |
| Matrix< T > | Qoi |
| (K x R) per-class queue length at each OI station | |
| Matrix< T > | Qli |
| (J x R) per-class queue length at each LI queue | |
| std::vector< T > | Qdelay |
| (R) per-class queue length at the delay node | |
| Matrix< T > | Soi |
| (K x R) per-class mean in-service jobs, if requested | |
Return value of pfqn_mvaoi, mirroring [X, Qoi, Qli, Qdelay, Soi].
Definition at line 82 of file pfqn_mvaoi.h.
| std::vector<T> line::pfqn::MvaoiResult< T >::Qdelay |
(R) per-class queue length at the delay node
Definition at line 86 of file pfqn_mvaoi.h.
Referenced by line::pfqn::pfqn_mvaoi().
| Matrix<T> line::pfqn::MvaoiResult< T >::Qli |
(J x R) per-class queue length at each LI queue
Definition at line 85 of file pfqn_mvaoi.h.
Referenced by line::pfqn::pfqn_mvaoi(), and line::mva::solver_mva_oi_analyzer().
| Matrix<T> line::pfqn::MvaoiResult< T >::Qoi |
(K x R) per-class queue length at each OI station
Definition at line 84 of file pfqn_mvaoi.h.
Referenced by line::pfqn::pfqn_mvaoi(), and line::mva::solver_mva_oi_analyzer().
| Matrix<T> line::pfqn::MvaoiResult< T >::Soi |
(K x R) per-class mean in-service jobs, if requested
Definition at line 87 of file pfqn_mvaoi.h.
Referenced by line::pfqn::pfqn_mvaoi(), and line::mva::solver_mva_oi_analyzer().
| std::vector<T> line::pfqn::MvaoiResult< T >::X |
(R) per-class throughput
Definition at line 83 of file pfqn_mvaoi.h.
Referenced by line::pfqn::pfqn_mvaoi(), and line::mva::solver_mva_oi_analyzer().