![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
What pfqn_qdlin returns: the fixed point and how it was reached. More...
#include <line/api/pfqn/pfqn_qdlin.h>
Public Attributes | |
| Matrix< T > | Q |
| (M x R) mean queue lengths at the queueing stations | |
| Matrix< T > | U |
| (M x R) per-class utilizations, the analytic T*S/c | |
| Matrix< T > | R |
| (M x R) per-class residence times | |
| Matrix< T > | X |
| (1 x R) per-class throughputs | |
| Matrix< T > | C |
| (1 x R) per-class cycle times, think time included | |
| std::size_t | iter = 0 |
| number of forward evaluations performed | |
What pfqn_qdlin returns: the fixed point and how it was reached.
Definition at line 75 of file pfqn_qdlin.h.
| Matrix<T> line::pfqn::QdLinResult< T >::C |
(1 x R) per-class cycle times, think time included
Definition at line 80 of file pfqn_qdlin.h.
Referenced by line::pfqn::pfqn_qdlin().
| std::size_t line::pfqn::QdLinResult< T >::iter = 0 |
number of forward evaluations performed
Definition at line 81 of file pfqn_qdlin.h.
Referenced by line::pfqn::pfqn_qdlin().
| Matrix<T> line::pfqn::QdLinResult< T >::Q |
(M x R) mean queue lengths at the queueing stations
Definition at line 76 of file pfqn_qdlin.h.
Referenced by line::pfqn::pfqn_qdlin().
| Matrix<T> line::pfqn::QdLinResult< T >::R |
(M x R) per-class residence times
Definition at line 78 of file pfqn_qdlin.h.
Referenced by line::pfqn::pfqn_qdlin().
| Matrix<T> line::pfqn::QdLinResult< T >::U |
(M x R) per-class utilizations, the analytic T*S/c
Definition at line 77 of file pfqn_qdlin.h.
Referenced by line::pfqn::pfqn_qdlin().
| Matrix<T> line::pfqn::QdLinResult< T >::X |
(1 x R) per-class throughputs
Definition at line 79 of file pfqn_qdlin.h.
Referenced by line::pfqn::pfqn_qdlin().