![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
#include <line/api/qsys/qsys_gigk_rqt.h>
Public Attributes | |
| T | W |
| closed-form bound on the system time (Theorem 3 / Theorem 8) | |
| T | rhohat |
| modified utilization, so that M/M/1 relations still hold | |
| T | Sworst |
| exact worst-case system time over the uncertainty sets | |
Definition at line 66 of file qsys_gigk_rqt.h.
| 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().
| 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().
| 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().