![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Return value of pfqn_mvaoi_marg, mirroring [XN, QN]. More...
#include <line/api/pfqn/pfqn_mvaoi_marg.h>
Public Attributes | |
| std::vector< T > | X |
| (R) per-class throughput | |
| Matrix< T > | Q |
| (M x R) per-class queue length at every station | |
Return value of pfqn_mvaoi_marg, mirroring [XN, QN].
Definition at line 70 of file pfqn_mvaoi_marg.h.
| Matrix<T> line::pfqn::MvaoiMargResult< T >::Q |
(M x R) per-class queue length at every station
Definition at line 72 of file pfqn_mvaoi_marg.h.
Referenced by line::pfqn::pfqn_mvaoi_marg().
| std::vector<T> line::pfqn::MvaoiMargResult< T >::X |
(R) per-class throughput
Definition at line 71 of file pfqn_mvaoi_marg.h.
Referenced by line::pfqn::pfqn_mvaoi_marg().