![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Every output of pfqn_mva_interval, each a [lower, upper] pair. More...
#include <line/api/pfqn/pfqn_mva_interval.h>
Public Attributes | |
| T | Xlo |
| T | Xup |
| throughput interval | |
| Matrix< T > | Q |
| (M x 2) mean queue length per station | |
| Matrix< T > | U |
| (M x 2) utilization enclosure per station | |
| Matrix< T > | R |
| (M x 2) residence time per station | |
| T | Rtot_lo |
| T | Rtot_up |
| total response time | |
| T | Qtot_lo |
| T | Qtot_up |
| total number of jobs at the stations | |
Every output of pfqn_mva_interval, each a [lower, upper] pair.
Definition at line 60 of file pfqn_mva_interval.h.
| Matrix<T> line::pfqn::MvaIntervalResult< T >::Q |
(M x 2) mean queue length per station
Definition at line 62 of file pfqn_mva_interval.h.
Referenced by line::pfqn::pfqn_mva_interval(), and line::uq::uq_interval_by_mva().
| T line::pfqn::MvaIntervalResult< T >::Qtot_lo |
Definition at line 66 of file pfqn_mva_interval.h.
Referenced by line::pfqn::pfqn_mva_interval().
| T line::pfqn::MvaIntervalResult< T >::Qtot_up |
total number of jobs at the stations
Definition at line 66 of file pfqn_mva_interval.h.
Referenced by line::pfqn::pfqn_mva_interval().
| Matrix<T> line::pfqn::MvaIntervalResult< T >::R |
(M x 2) residence time per station
Definition at line 64 of file pfqn_mva_interval.h.
Referenced by line::pfqn::pfqn_mva_interval(), and line::uq::uq_interval_by_mva().
| T line::pfqn::MvaIntervalResult< T >::Rtot_lo |
Definition at line 65 of file pfqn_mva_interval.h.
Referenced by line::pfqn::pfqn_mva_interval(), and line::uq::uq_interval_by_mva().
| T line::pfqn::MvaIntervalResult< T >::Rtot_up |
total response time
Definition at line 65 of file pfqn_mva_interval.h.
Referenced by line::pfqn::pfqn_mva_interval(), and line::uq::uq_interval_by_mva().
| Matrix<T> line::pfqn::MvaIntervalResult< T >::U |
(M x 2) utilization enclosure per station
Definition at line 63 of file pfqn_mva_interval.h.
Referenced by line::pfqn::pfqn_mva_interval(), and line::uq::uq_interval_by_mva().
| T line::pfqn::MvaIntervalResult< T >::Xlo |
Definition at line 61 of file pfqn_mva_interval.h.
Referenced by line::pfqn::pfqn_mva_interval(), and line::uq::uq_interval_by_mva().
| T line::pfqn::MvaIntervalResult< T >::Xup |
throughput interval
Definition at line 61 of file pfqn_mva_interval.h.
Referenced by line::pfqn::pfqn_mva_interval(), and line::uq::uq_interval_by_mva().