![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The bounds, all as TIMES IN QUEUE: add 1/mu for a response time. More...
#include <line/api/qsys/qsys_gig1_bnds_extremal.h>
Public Attributes | |
| T | trafficIntensity |
| rho = lambda/mu | |
| T | lowerBound |
| the tight lower bound, eq. (2.12) | |
| T | upperBound |
| the conjectured tight upper bound, eq. (3.2) | |
| T | upperBoundClosed |
| the closed-form upper bound, eq. (3.4) | |
| T | upperBoundDaley |
| Daley's bound, eq. (2.7). | |
| T | upperBoundKingman |
| Kingman's bound, eq. (2.6). | |
| T | heavyTraffic |
| the heavy-traffic approximation, eq. (2.9) | |
| T | delta |
| the D/M/1 root behind upperBoundClosed | |
| T | relativeWidth |
| (upper-lower)/upper, what two moments leave undetermined | |
| bool | tightComputed |
| whether the O(K*N) bound was evaluated | |
The bounds, all as TIMES IN QUEUE: add 1/mu for a response time.
Definition at line 62 of file qsys_gig1_bnds_extremal.h.
| T line::qsys::Gig1ExtremalResult< T >::delta |
the D/M/1 root behind upperBoundClosed
Definition at line 70 of file qsys_gig1_bnds_extremal.h.
Referenced by line::qsys::qsys_gig1_bnds_extremal().
| T line::qsys::Gig1ExtremalResult< T >::heavyTraffic |
the heavy-traffic approximation, eq. (2.9)
Definition at line 69 of file qsys_gig1_bnds_extremal.h.
Referenced by line::qsys::qsys_gig1_bnds_extremal().
| T line::qsys::Gig1ExtremalResult< T >::lowerBound |
the tight lower bound, eq. (2.12)
Definition at line 64 of file qsys_gig1_bnds_extremal.h.
Referenced by line::qsys::qsys_gig1_bnds_extremal().
| T line::qsys::Gig1ExtremalResult< T >::relativeWidth |
(upper-lower)/upper, what two moments leave undetermined
Definition at line 71 of file qsys_gig1_bnds_extremal.h.
Referenced by line::qsys::qsys_gig1_bnds_extremal().
| bool line::qsys::Gig1ExtremalResult< T >::tightComputed |
whether the O(K*N) bound was evaluated
Definition at line 72 of file qsys_gig1_bnds_extremal.h.
Referenced by line::qsys::qsys_gig1_bnds_extremal().
| T line::qsys::Gig1ExtremalResult< T >::trafficIntensity |
rho = lambda/mu
Definition at line 63 of file qsys_gig1_bnds_extremal.h.
Referenced by line::qsys::qsys_gig1_bnds_extremal().
| T line::qsys::Gig1ExtremalResult< T >::upperBound |
the conjectured tight upper bound, eq. (3.2)
Definition at line 65 of file qsys_gig1_bnds_extremal.h.
Referenced by line::qsys::qsys_gig1_bnds_extremal().
| T line::qsys::Gig1ExtremalResult< T >::upperBoundClosed |
the closed-form upper bound, eq. (3.4)
Definition at line 66 of file qsys_gig1_bnds_extremal.h.
Referenced by line::qsys::qsys_gig1_bnds_extremal().
| T line::qsys::Gig1ExtremalResult< T >::upperBoundDaley |
Daley's bound, eq. (2.7).
Definition at line 67 of file qsys_gig1_bnds_extremal.h.
Referenced by line::qsys::qsys_gig1_bnds_extremal().
| T line::qsys::Gig1ExtremalResult< T >::upperBoundKingman |
Kingman's bound, eq. (2.6).
Definition at line 68 of file qsys_gig1_bnds_extremal.h.
Referenced by line::qsys::qsys_gig1_bnds_extremal().