![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The scaling, the utilization normalizer, and why they may not exist. More...
#include <line/api/sn/sn_to_qrf_alpha.h>
Public Attributes | |
| std::vector< std::vector< double > > | alpha |
| (M x N) scaling at population n = 1..N | |
| std::string | msg |
| empty on success | |
| bool | ld = false |
| alpha is not identically 1 | |
| std::vector< double > | peak |
| (M) utilization normalizer; inf at a delay | |
The scaling, the utilization normalizer, and why they may not exist.
Definition at line 65 of file sn_to_qrf_alpha.h.
| std::vector<std::vector<double> > line::sn::QrfAlpha::alpha |
(M x N) scaling at population n = 1..N
Definition at line 66 of file sn_to_qrf_alpha.h.
Referenced by line::sn::sn_to_qrf_alpha(), and line::ba::solver_ba_qrf_analyzer().
| bool line::sn::QrfAlpha::ld = false |
alpha is not identically 1
Definition at line 68 of file sn_to_qrf_alpha.h.
Referenced by line::sn::sn_to_qrf_alpha(), and line::ba::solver_ba_qrf_analyzer().
| std::string line::sn::QrfAlpha::msg |
empty on success
Definition at line 67 of file sn_to_qrf_alpha.h.
Referenced by line::ba::list_valid_methods(), line::sn::sn_to_qrf_alpha(), and line::ba::solver_ba_qrf_analyzer().
| std::vector<double> line::sn::QrfAlpha::peak |
(M) utilization normalizer; inf at a delay
Definition at line 69 of file sn_to_qrf_alpha.h.
Referenced by line::sn::sn_to_qrf_alpha(), and line::ba::solver_ba_qrf_analyzer().