![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Mirrors the struct MATLAB returns from qsys_tandem_ub_ciucu. More...
#include <line/api/qsys/qsys_tandem_ub_ciucu.h>
Public Attributes | |
| std::vector< T > | S |
| upper bound on P(S > x), one per threshold, capped at one | |
| std::vector< T > | W |
| upper bound on P(W > x), NaN unless the service is exponential | |
| T | theta |
| tail decay rate, positive root of E[e^{theta (Y-X)}] = 1 | |
| T | alpha |
| E[X e^{-theta X}]. | |
| T | A |
| coefficient A of gamma, fixed by Lemma 4 | |
| T | B |
| coefficient B of gamma, fixed by Lemma 4 | |
| T | C |
| coefficient C of gamma, fixed by Lemma 4 | |
| T | D |
| coefficient D of gamma, fixed by Lemma 4 | |
| std::string | analyzer |
Mirrors the struct MATLAB returns from qsys_tandem_ub_ciucu.
Definition at line 80 of file qsys_tandem_ub_ciucu.h.
| T line::qsys::TandemUbResult< T >::A |
coefficient A of gamma, fixed by Lemma 4
Definition at line 85 of file qsys_tandem_ub_ciucu.h.
Referenced by line::qsys::qsys_tandem_ub_ciucu().
| T line::qsys::TandemUbResult< T >::alpha |
E[X e^{-theta X}].
Definition at line 84 of file qsys_tandem_ub_ciucu.h.
Referenced by line::qsys::qsys_tandem_ub_ciucu().
| std::string line::qsys::TandemUbResult< T >::analyzer |
Definition at line 89 of file qsys_tandem_ub_ciucu.h.
Referenced by line::qsys::qsys_tandem_ub_ciucu().
| T line::qsys::TandemUbResult< T >::B |
coefficient B of gamma, fixed by Lemma 4
Definition at line 86 of file qsys_tandem_ub_ciucu.h.
Referenced by line::qsys::qsys_tandem_ub_ciucu().
| T line::qsys::TandemUbResult< T >::C |
coefficient C of gamma, fixed by Lemma 4
Definition at line 87 of file qsys_tandem_ub_ciucu.h.
Referenced by line::qsys::qsys_tandem_ub_ciucu().
| T line::qsys::TandemUbResult< T >::D |
coefficient D of gamma, fixed by Lemma 4
Definition at line 88 of file qsys_tandem_ub_ciucu.h.
Referenced by line::qsys::qsys_tandem_ub_ciucu().
| std::vector<T> line::qsys::TandemUbResult< T >::S |
upper bound on P(S > x), one per threshold, capped at one
Definition at line 81 of file qsys_tandem_ub_ciucu.h.
Referenced by line::qsys::qsys_tandem_ub_ciucu().
| T line::qsys::TandemUbResult< T >::theta |
tail decay rate, positive root of E[e^{theta (Y-X)}] = 1
Definition at line 83 of file qsys_tandem_ub_ciucu.h.
Referenced by line::qsys::qsys_tandem_ub_ciucu().
| std::vector<T> line::qsys::TandemUbResult< T >::W |
upper bound on P(W > x), NaN unless the service is exponential
Definition at line 82 of file qsys_tandem_ub_ciucu.h.
Referenced by line::qsys::qsys_tandem_ub_ciucu().