![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Return value of pfqn_expand, mirroring [QN_full,UN_full,CN_full]. More...
#include <line/api/pfqn/pfqn_expand.h>
Public Attributes | |
| Matrix< T > | QN |
| (M x R) queue lengths at the original stations | |
| Matrix< T > | UN |
| (M x R) utilizations | |
| Matrix< T > | CN |
| (M x R) residence times | |
Return value of pfqn_expand, mirroring [QN_full,UN_full,CN_full].
Definition at line 36 of file pfqn_expand.h.
| Matrix<T> line::pfqn::ExpandResult< T >::CN |
(M x R) residence times
Definition at line 39 of file pfqn_expand.h.
Referenced by line::pfqn::pfqn_expand().
| Matrix<T> line::pfqn::ExpandResult< T >::QN |
(M x R) queue lengths at the original stations
Definition at line 37 of file pfqn_expand.h.
Referenced by line::pfqn::pfqn_expand().
| Matrix<T> line::pfqn::ExpandResult< T >::UN |
(M x R) utilizations
Definition at line 38 of file pfqn_expand.h.
Referenced by line::pfqn::pfqn_expand().