![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The solved background modulating chain. More...
#include <line/solvers/mam/solver_mam_bgchain.h>
Public Attributes | |
| std::vector< std::vector< std::vector< int > > > | space |
| space[s][i][b]: class-b jobs held by station i in state s. | |
| std::vector< std::vector< int > > | totocc |
| totocc[s][i]: closed jobs of any background class held by station i. | |
| std::vector< T > | pi |
| Matrix< T > | Q |
| std::vector< std::vector< T > > | QLen |
| std::vector< std::vector< T > > | Tput |
| std::vector< std::vector< T > > | Ubusy |
| (Mc x B) | |
| std::size_t | nstates = 0 |
The solved background modulating chain.
Definition at line 267 of file solver_mam_bgchain.h.
| std::size_t line::mam::BgchainCtmc< T >::nstates = 0 |
Definition at line 275 of file solver_mam_bgchain.h.
Referenced by line::mam::mam_bgchain_ctmc(), and line::mam::mam_bgchain_env().
| std::vector<T> line::mam::BgchainCtmc< T >::pi |
Definition at line 272 of file solver_mam_bgchain.h.
Referenced by line::mam::mam_bgchain_ctmc(), and line::mam::mam_bgchain_env().
| Matrix<T> line::mam::BgchainCtmc< T >::Q |
Definition at line 273 of file solver_mam_bgchain.h.
Referenced by line::mam::mam_bgchain_ctmc(), and line::mam::mam_bgchain_env().
| std::vector<std::vector<T> > line::mam::BgchainCtmc< T >::QLen |
Definition at line 274 of file solver_mam_bgchain.h.
Referenced by line::mam::mam_bgchain_ctmc(), and line::mam::solver_mam_bgchain().
| std::vector<std::vector<std::vector<int> > > line::mam::BgchainCtmc< T >::space |
space[s][i][b]: class-b jobs held by station i in state s.
Definition at line 269 of file solver_mam_bgchain.h.
Referenced by line::mam::mam_bgchain_ctmc().
| std::vector<std::vector<int> > line::mam::BgchainCtmc< T >::totocc |
totocc[s][i]: closed jobs of any background class held by station i.
Definition at line 271 of file solver_mam_bgchain.h.
Referenced by line::mam::mam_bgchain_ctmc(), and line::mam::mam_bgchain_env().
| std::vector<std::vector<T> > line::mam::BgchainCtmc< T >::Tput |
Definition at line 274 of file solver_mam_bgchain.h.
Referenced by line::mam::mam_bgchain_ctmc(), and line::mam::solver_mam_bgchain().
| std::vector<std::vector<T> > line::mam::BgchainCtmc< T >::Ubusy |
(Mc x B)
Definition at line 274 of file solver_mam_bgchain.h.
Referenced by line::mam::mam_bgchain_ctmc(), and line::mam::solver_mam_bgchain().