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

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

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

Public Attributes

W
 closed-form bound on the system time (Theorem 3 / Theorem 8)
rhohat
 modified utilization, so that M/M/1 relations still hold
Sworst
 exact worst-case system time over the uncertainty sets

Detailed Description

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

Definition at line 66 of file qsys_gigk_rqt.h.

Member Data Documentation

◆ rhohat

template<class T>
T line::qsys::GigkRqtResult< T >::rhohat

modified utilization, so that M/M/1 relations still hold

Definition at line 68 of file qsys_gigk_rqt.h.

Referenced by line::qsys::qsys_gigk_rqt().

◆ Sworst

template<class T>
T line::qsys::GigkRqtResult< T >::Sworst

exact worst-case system time over the uncertainty sets

Definition at line 69 of file qsys_gigk_rqt.h.

Referenced by line::qsys::qsys_gigk_rqt(), and line::mva::solver_rqt().

◆ W

template<class T>
T line::qsys::GigkRqtResult< T >::W

closed-form bound on the system time (Theorem 3 / Theorem 8)

Definition at line 67 of file qsys_gigk_rqt.h.

Referenced by line::qsys::qsys_gigk_rqt(), and line::mva::solver_rqt().


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