LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::qsys::Gig1ExtremalResult< T > Struct Template Reference

The bounds, all as TIMES IN QUEUE: add 1/mu for a response time. More...

#include <line/api/qsys/qsys_gig1_bnds_extremal.h>

Collaboration diagram for line::qsys::Gig1ExtremalResult< T >:

Public Attributes

trafficIntensity
 rho = lambda/mu
lowerBound
 the tight lower bound, eq. (2.12)
upperBound
 the conjectured tight upper bound, eq. (3.2)
upperBoundClosed
 the closed-form upper bound, eq. (3.4)
upperBoundDaley
 Daley's bound, eq. (2.7).
upperBoundKingman
 Kingman's bound, eq. (2.6).
heavyTraffic
 the heavy-traffic approximation, eq. (2.9)
delta
 the D/M/1 root behind upperBoundClosed
relativeWidth
 (upper-lower)/upper, what two moments leave undetermined
bool tightComputed
 whether the O(K*N) bound was evaluated

Detailed Description

template<class T>
struct line::qsys::Gig1ExtremalResult< T >

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.

Member Data Documentation

◆ delta

template<class T>
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().

◆ heavyTraffic

template<class T>
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().

◆ lowerBound

template<class T>
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().

◆ relativeWidth

template<class T>
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().

◆ tightComputed

template<class T>
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().

◆ trafficIntensity

template<class T>
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().

◆ upperBound

template<class T>
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().

◆ upperBoundClosed

template<class T>
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().

◆ upperBoundDaley

template<class T>
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().

◆ upperBoundKingman

template<class T>
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().


The documentation for this struct was generated from the following file: