![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
#include <line/api/qsys/qsys_mg1_prio.h>
Public Attributes | |
| std::vector< T > | W |
| per-class mean response time, class 1 first | |
| T | rhohat |
| Q/(1+Q) with Q = sum_k lambda_k W_k. | |
Definition at line 44 of file qsys_mg1_prio.h.
| T line::qsys::Mg1PrioResult< T >::rhohat |
Q/(1+Q) with Q = sum_k lambda_k W_k.
Definition at line 46 of file qsys_mg1_prio.h.
Referenced by line::qsys::qsys_mg1_prio().
| std::vector<T> line::qsys::Mg1PrioResult< T >::W |
per-class mean response time, class 1 first
Definition at line 45 of file qsys_mg1_prio.h.
Referenced by line::qsys::qsys_mg1_prio().