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

What getTranAvg returns: queue length, utilization and throughput curves. More...

#include <line/solvers/mam/solver_mam_ldqbd_transient.h>

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

Public Attributes

std::vector< std::vector< TranCurve< T > > > Qt
 Indexed [station][class]; only the queue station is populated.
std::vector< std::vector< TranCurve< T > > > Ut
std::vector< std::vector< TranCurve< T > > > Tt

Detailed Description

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

What getTranAvg returns: queue length, utilization and throughput curves.

Definition at line 64 of file solver_mam_ldqbd_transient.h.

Member Data Documentation

◆ Qt

template<class T>
std::vector<std::vector<TranCurve<T> > > line::mam::TranResult< T >::Qt

Indexed [station][class]; only the queue station is populated.

Definition at line 66 of file solver_mam_ldqbd_transient.h.

Referenced by line::mam::solver_mam_ldqbd_transient(), and line::mam::solver_mam_transient_qbd().

◆ Tt

template<class T>
std::vector<std::vector<TranCurve<T> > > line::mam::TranResult< T >::Tt

◆ Ut

template<class T>
std::vector<std::vector<TranCurve<T> > > line::mam::TranResult< T >::Ut

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