![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Everything the HST certificate reports about one station. More...
#include <line/api/pfqn/pfqn_hst.h>
Public Attributes | |
| std::size_t | station |
| 0-based index of the station analysed | |
| T | X |
| product-form throughput | |
| T | U |
| utilization of that station | |
| T | Q |
| mean queue length there | |
| std::vector< T > | Pgeq |
| P(n_i >= k), k = 0..N. | |
| std::vector< T > | p |
| P(n_i = k), k = 0..N. | |
| std::vector< T > | c |
| sensitivity coefficients c_k, k = 1..N (eq. 3.11) | |
| T | total |
| sum_k |c_k|, the unconstrained certificate per unit d | |
| T | worst |
| the (P1) optimum per unit d | |
| std::vector< T > | astar |
| the worst-case deviation profile a_k / d, k = 1..N | |
Everything the HST certificate reports about one station.
Definition at line 63 of file pfqn_hst.h.
| std::vector<T> line::pfqn::HstResult< T >::astar |
the worst-case deviation profile a_k / d, k = 1..N
Definition at line 73 of file pfqn_hst.h.
Referenced by line::pfqn::pfqn_hst().
| std::vector<T> line::pfqn::HstResult< T >::c |
sensitivity coefficients c_k, k = 1..N (eq. 3.11)
Definition at line 70 of file pfqn_hst.h.
Referenced by line::pfqn::pfqn_hst().
| std::vector<T> line::pfqn::HstResult< T >::p |
P(n_i = k), k = 0..N.
Definition at line 69 of file pfqn_hst.h.
Referenced by line::pfqn::pfqn_hst().
| std::vector<T> line::pfqn::HstResult< T >::Pgeq |
P(n_i >= k), k = 0..N.
Definition at line 68 of file pfqn_hst.h.
Referenced by line::pfqn::pfqn_hst().
| T line::pfqn::HstResult< T >::Q |
mean queue length there
Definition at line 67 of file pfqn_hst.h.
Referenced by line::pfqn::pfqn_hst().
| std::size_t line::pfqn::HstResult< T >::station |
0-based index of the station analysed
Definition at line 64 of file pfqn_hst.h.
Referenced by line::pfqn::pfqn_hst().
| T line::pfqn::HstResult< T >::total |
sum_k |c_k|, the unconstrained certificate per unit d
Definition at line 71 of file pfqn_hst.h.
Referenced by line::pfqn::pfqn_hst().
| T line::pfqn::HstResult< T >::U |
utilization of that station
Definition at line 66 of file pfqn_hst.h.
Referenced by line::pfqn::pfqn_hst().
| T line::pfqn::HstResult< T >::worst |
the (P1) optimum per unit d
Definition at line 72 of file pfqn_hst.h.
Referenced by line::pfqn::pfqn_hst().
| T line::pfqn::HstResult< T >::X |
product-form throughput
Definition at line 65 of file pfqn_hst.h.
Referenced by line::pfqn::pfqn_hst().