LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::mapqn::LrPfParams< T > Struct Template Reference

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

Detailed Description

template<class T>
struct line::mapqn::LrPfParams< T >

Product-form parameters of the LR bound, mirroring MATLAB's params.

Definition at line 59 of file mapqn_bnd_lr_pf.h.

Member Data Documentation

◆ M

template<class T>
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().

◆ mu

template<class T>
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().

◆ N

template<class T>
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().

◆ r

template<class T>
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().


The documentation for this struct was generated from the following file: