![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Return value of pfqn_scb, mirroring [Xlo, Xhi, Ulo, Uhi]. More...
#include <line/api/pfqn/pfqn_scb.h>
Public Attributes | |
| T | Xlo |
| lower bound on multiclass throughput X_R (= exact X_1) | |
| T | Xhi |
| upper bound on X_R | |
| std::vector< T > | Ulo |
| (K) lower bounds on the multiclass utilizations U_k,R | |
| std::vector< T > | Uhi |
| (K) upper bounds on U_k,R | |
Return value of pfqn_scb, mirroring [Xlo, Xhi, Ulo, Uhi].
Definition at line 42 of file pfqn_scb.h.
| std::vector<T> line::pfqn::ScbBounds< T >::Uhi |
(K) upper bounds on U_k,R
Definition at line 46 of file pfqn_scb.h.
Referenced by line::pfqn::pfqn_scb().
| std::vector<T> line::pfqn::ScbBounds< T >::Ulo |
(K) lower bounds on the multiclass utilizations U_k,R
Definition at line 45 of file pfqn_scb.h.
Referenced by line::pfqn::pfqn_scb().
| T line::pfqn::ScbBounds< T >::Xhi |
upper bound on X_R
Definition at line 44 of file pfqn_scb.h.
Referenced by line::pfqn::pfqn_scb(), and line::ba::solver_ba_analyzer().
| T line::pfqn::ScbBounds< T >::Xlo |
lower bound on multiclass throughput X_R (= exact X_1)
Definition at line 43 of file pfqn_scb.h.
Referenced by line::pfqn::pfqn_scb(), and line::ba::solver_ba_analyzer().