![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The flat generator of an LD-QBD, with the level each flat state belongs to. More...
#include <line/solvers/mam/solver_mam_ldqbd_flatten.h>
Public Attributes | |
| Matrix< T > | Q |
| the dense generator over level/phase states | |
| std::vector< std::size_t > | levelOf |
| levelOf[s] = the queue level of flat state s | |
The flat generator of an LD-QBD, with the level each flat state belongs to.
Definition at line 50 of file solver_mam_ldqbd_flatten.h.
| std::vector<std::size_t> line::mam::LdqbdFlat< T >::levelOf |
levelOf[s] = the queue level of flat state s
Definition at line 52 of file solver_mam_ldqbd_flatten.h.
Referenced by line::mam::solver_mam_ldqbd_flatten().
| Matrix<T> line::mam::LdqbdFlat< T >::Q |
the dense generator over level/phase states
Definition at line 51 of file solver_mam_ldqbd_flatten.h.
Referenced by line::mam::solver_mam_ldqbd_flatten().