![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Mirrors the struct MATLAB returns from qsys_mm1_tandem_lindley. More...
#include <line/api/qsys/qsys_mm1_tandem_lindley.h>
Public Attributes | |
| std::vector< T > | mean |
| conditional mean waiting time at station 2 | |
| std::vector< T > | interdepMean |
| mean interdeparture time of station 1 | |
| std::vector< T > | idleProb |
| probability station 1 empties first | |
| std::string | analyzer |
Mirrors the struct MATLAB returns from qsys_mm1_tandem_lindley.
Definition at line 54 of file qsys_mm1_tandem_lindley.h.
| std::string line::qsys::Mm1TandemLindleyResult< T >::analyzer |
Definition at line 58 of file qsys_mm1_tandem_lindley.h.
Referenced by line::qsys::qsys_mm1_tandem_lindley().
| std::vector<T> line::qsys::Mm1TandemLindleyResult< T >::idleProb |
probability station 1 empties first
Definition at line 57 of file qsys_mm1_tandem_lindley.h.
Referenced by line::qsys::qsys_mm1_tandem_lindley().
| std::vector<T> line::qsys::Mm1TandemLindleyResult< T >::interdepMean |
mean interdeparture time of station 1
Definition at line 56 of file qsys_mm1_tandem_lindley.h.
Referenced by line::qsys::qsys_mm1_tandem_lindley().
| std::vector<T> line::qsys::Mm1TandemLindleyResult< T >::mean |
conditional mean waiting time at station 2
Definition at line 55 of file qsys_mm1_tandem_lindley.h.
Referenced by line::qsys::qsys_mm1_tandem_lindley().