![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Mirrors the struct MATLAB returns from qsys_tandem_lindley. More...
#include <line/api/qsys/qsys_tandem_lindley.h>
Public Attributes | |
| Matrix< T > | W |
| (N x K) waiting time of each customer at each station | |
| Matrix< T > | G |
| (N x K) gap seen at each station, last row unset (NaN) | |
| Matrix< T > | T_ |
| (N x K) sojourn time W + S | |
| Matrix< T > | departure |
| (N x K) departure epoch from each station | |
| std::string | analyzer |
Mirrors the struct MATLAB returns from qsys_tandem_lindley.
Definition at line 56 of file qsys_tandem_lindley.h.
| std::string line::qsys::TandemLindleyResult< T >::analyzer |
Definition at line 61 of file qsys_tandem_lindley.h.
Referenced by line::qsys::qsys_tandem_lindley().
| Matrix<T> line::qsys::TandemLindleyResult< T >::departure |
(N x K) departure epoch from each station
Definition at line 60 of file qsys_tandem_lindley.h.
Referenced by line::qsys::qsys_tandem_lindley().
| Matrix<T> line::qsys::TandemLindleyResult< T >::G |
(N x K) gap seen at each station, last row unset (NaN)
Definition at line 58 of file qsys_tandem_lindley.h.
Referenced by line::qsys::qsys_tandem_lindley().
| Matrix<T> line::qsys::TandemLindleyResult< T >::T_ |
(N x K) sojourn time W + S
Definition at line 59 of file qsys_tandem_lindley.h.
Referenced by line::qsys::qsys_tandem_lindley().
| Matrix<T> line::qsys::TandemLindleyResult< T >::W |
(N x K) waiting time of each customer at each station
Definition at line 57 of file qsys_tandem_lindley.h.
Referenced by line::qsys::qsys_tandem_lindley().