![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Product-form parameters of the LR bound, mirroring MATLAB's params. More...
#include <line/api/mapqn/mapqn_bnd_lr_pf.h>
Public Attributes | |
| int | M = 0 |
| station count | |
| int | N = 0 |
| closed population | |
| std::vector< T > | mu |
| (M) service rates | |
| Matrix< T > | r |
| (M x M) routing probabilities | |
Product-form parameters of the LR bound, mirroring MATLAB's params.
Definition at line 59 of file mapqn_bnd_lr_pf.h.
| int line::mapqn::LrPfParams< T >::M = 0 |
station count
Definition at line 60 of file mapqn_bnd_lr_pf.h.
Referenced by line::mapqn::mapqn_bnd_lr_pf(), and line::ba::solver_ba_analyzer().
| std::vector<T> line::mapqn::LrPfParams< T >::mu |
(M) service rates
Definition at line 62 of file mapqn_bnd_lr_pf.h.
Referenced by line::mapqn::mapqn_bnd_lr_pf(), and line::ba::solver_ba_analyzer().
| int line::mapqn::LrPfParams< T >::N = 0 |
closed population
Definition at line 61 of file mapqn_bnd_lr_pf.h.
Referenced by line::mapqn::mapqn_bnd_lr_pf(), and line::ba::solver_ba_analyzer().
| Matrix<T> line::mapqn::LrPfParams< T >::r |
(M x M) routing probabilities
Definition at line 63 of file mapqn_bnd_lr_pf.h.
Referenced by line::mapqn::mapqn_bnd_lr_pf(), and line::ba::solver_ba_analyzer().