![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
[Q, y] of fj_qgb: the bounded queue lengths and the geometric ratios. More...
#include <line/api/fj/fj_qgb.h>
Public Attributes | |
| std::vector< T > | Q |
| std::vector< T > | y |
[Q, y] of fj_qgb: the bounded queue lengths and the geometric ratios.
| std::vector<T> line::fj::FJQgbResult< T >::Q |
Definition at line 38 of file fj_qgb.h.
Referenced by line::fj::fj_qgb().
| std::vector<T> line::fj::FJQgbResult< T >::y |
Definition at line 39 of file fj_qgb.h.
Referenced by line::fj::fj_qgb().