![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Mean queue length and throughput of the CLOSED setup/delay-off queue. More...
#include <line/api/mam/qbd_setupdelayoff.h>
Public Attributes | |
| T | QN |
| mean number of jobs at the station | |
| T | XN |
| throughput of the station | |
Mean queue length and throughput of the CLOSED setup/delay-off queue.
Definition at line 216 of file qbd_setupdelayoff.h.
| T line::mam::SetupDelayoffClosed< T >::QN |
mean number of jobs at the station
Definition at line 217 of file qbd_setupdelayoff.h.
Referenced by line::mam::qbd_setupdelayoff_closed(), and line::mam::solver_mam_ldqbd().
| T line::mam::SetupDelayoffClosed< T >::XN |
throughput of the station
Definition at line 218 of file qbd_setupdelayoff.h.
Referenced by line::mam::qbd_setupdelayoff_closed(), and line::mam::solver_mam_ldqbd().