![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The environment one station sees: the background chain lumped onto its occupancy. More...
#include <line/solvers/mam/solver_mam_bgchain.h>
Public Attributes | |
| Matrix< T > | A |
| std::vector< T > | phi |
| std::vector< int > | esup |
| ascending | |
The environment one station sees: the background chain lumped onto its occupancy.
Definition at line 495 of file solver_mam_bgchain.h.
| Matrix<T> line::mam::BgchainEnv< T >::A |
Definition at line 496 of file solver_mam_bgchain.h.
| std::vector<int> line::mam::BgchainEnv< T >::esup |
ascending
Definition at line 498 of file solver_mam_bgchain.h.
| std::vector<T> line::mam::BgchainEnv< T >::phi |
Definition at line 497 of file solver_mam_bgchain.h.