LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::mam::SetupDelayoffClosed< T > Struct Template Reference

Mean queue length and throughput of the CLOSED setup/delay-off queue. More...

#include <line/api/mam/qbd_setupdelayoff.h>

Collaboration diagram for line::mam::SetupDelayoffClosed< T >:

Public Attributes

QN
 mean number of jobs at the station
XN
 throughput of the station

Detailed Description

template<class T>
struct line::mam::SetupDelayoffClosed< T >

Mean queue length and throughput of the CLOSED setup/delay-off queue.

Definition at line 216 of file qbd_setupdelayoff.h.

Member Data Documentation

◆ QN

template<class T>
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().

◆ XN

template<class T>
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().


The documentation for this struct was generated from the following file: