![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Per-(station,class) means read off an arbitrary distribution over the LD-QBD. More...
#include <line/solvers/mam/solver_mam_ldqbd_flatten.h>
Public Attributes | |
| Matrix< T > | QN |
| Matrix< T > | UN |
| Matrix< T > | RN |
| Matrix< T > | TN |
| (M x 1), the model being single-class by construction | |
Per-(station,class) means read off an arbitrary distribution over the LD-QBD.
Definition at line 106 of file solver_mam_ldqbd_flatten.h.
| Matrix<T> line::mam::LdqbdAvg< T >::QN |
Definition at line 107 of file solver_mam_ldqbd_flatten.h.
Referenced by line::mam::solver_mam_ldqbd_avg().
| Matrix<T> line::mam::LdqbdAvg< T >::RN |
Definition at line 107 of file solver_mam_ldqbd_flatten.h.
Referenced by line::mam::solver_mam_ldqbd_avg().
| Matrix<T> line::mam::LdqbdAvg< T >::TN |
(M x 1), the model being single-class by construction
Definition at line 107 of file solver_mam_ldqbd_flatten.h.
Referenced by line::mam::solver_mam_ldqbd_avg().
| Matrix<T> line::mam::LdqbdAvg< T >::UN |
Definition at line 107 of file solver_mam_ldqbd_flatten.h.
Referenced by line::mam::solver_mam_ldqbd_avg().