![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
X: class throughputs; Qq: mean queue lengths at the MAP station (job in service included); U: busy probability per class, X E[S]; ES: mean service times; pi: joint phase law at N (class R fastest). More...
#include <line/api/mapqn/mapqn_amva.h>
Public Attributes | |
| std::vector< T > | X |
| std::vector< T > | |
| std::vector< T > | U |
| std::vector< T > | ES |
| std::vector< T > | pi |
X: class throughputs; Qq: mean queue lengths at the MAP station (job in service included); U: busy probability per class, X E[S]; ES: mean service times; pi: joint phase law at N (class R fastest).
Definition at line 45 of file mapqn_amva.h.
| std::vector<T> line::mapqn::MapqnAmvaResult< T >::ES |
Definition at line 46 of file mapqn_amva.h.
Referenced by line::mapqn::mapqn_amva().
| std::vector<T> line::mapqn::MapqnAmvaResult< T >::pi |
Definition at line 46 of file mapqn_amva.h.
Referenced by line::mapqn::mapqn_amva().
| std::vector<T> line::mapqn::MapqnAmvaResult< T >::Qq |
Definition at line 46 of file mapqn_amva.h.
Referenced by line::mapqn::mapqn_amva(), and line::mva::solver_mapqn().
| std::vector<T> line::mapqn::MapqnAmvaResult< T >::U |
Definition at line 46 of file mapqn_amva.h.
Referenced by line::mapqn::mapqn_amva(), and line::mva::solver_mapqn().
| std::vector<T> line::mapqn::MapqnAmvaResult< T >::X |
Definition at line 46 of file mapqn_amva.h.
Referenced by line::mapqn::mapqn_amva(), and line::mva::solver_mapqn().