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

MOL and PSA measures of a time-varying multiserver system. More...

#include <line/api/qsys/qsys_mtgs0_mol.h>

Public Attributes

std::vector< T > times
 the evaluation times
std::vector< T > offeredLoad
 m(t), the infinite-server load
std::vector< T > instantLoad
 lambda(t)E[S]
std::vector< T > probBlockMOL
 B(s,m(t)) or C(s,m(t)).
std::vector< T > probBlockPSA
 the same at the instantaneous load
std::vector< T > meanBusyMOL
 carried load m(t)(1-B), or min(m,s) for the delay model
std::vector< T > arrivalRate
 lambda(t)

Detailed Description

template<class T>
struct line::qsys::QsysMolResult< T >

MOL and PSA measures of a time-varying multiserver system.

Definition at line 58 of file qsys_mtgs0_mol.h.

Member Data Documentation

◆ arrivalRate

template<class T>
std::vector<T> line::qsys::QsysMolResult< T >::arrivalRate

lambda(t)

Definition at line 65 of file qsys_mtgs0_mol.h.

Referenced by line::qsys::qsys_mtgs0_mol(), and line::fluid::solver_fluid_qsys().

◆ instantLoad

template<class T>
std::vector<T> line::qsys::QsysMolResult< T >::instantLoad

lambda(t)E[S]

Definition at line 61 of file qsys_mtgs0_mol.h.

Referenced by line::qsys::qsys_mtgs0_mol().

◆ meanBusyMOL

template<class T>
std::vector<T> line::qsys::QsysMolResult< T >::meanBusyMOL

carried load m(t)(1-B), or min(m,s) for the delay model

Definition at line 64 of file qsys_mtgs0_mol.h.

Referenced by line::qsys::qsys_mtgs0_mol(), and line::fluid::solver_fluid_qsys().

◆ offeredLoad

template<class T>
std::vector<T> line::qsys::QsysMolResult< T >::offeredLoad

m(t), the infinite-server load

Definition at line 60 of file qsys_mtgs0_mol.h.

Referenced by line::qsys::qsys_mtgs0_mol().

◆ probBlockMOL

template<class T>
std::vector<T> line::qsys::QsysMolResult< T >::probBlockMOL

B(s,m(t)) or C(s,m(t)).

Definition at line 62 of file qsys_mtgs0_mol.h.

Referenced by line::qsys::qsys_mtgs0_mol().

◆ probBlockPSA

template<class T>
std::vector<T> line::qsys::QsysMolResult< T >::probBlockPSA

the same at the instantaneous load

Definition at line 63 of file qsys_mtgs0_mol.h.

Referenced by line::qsys::qsys_mtgs0_mol().

◆ times

template<class T>
std::vector<T> line::qsys::QsysMolResult< T >::times

the evaluation times

Definition at line 59 of file qsys_mtgs0_mol.h.

Referenced by line::qsys::qsys_mtgs0_mol(), and line::fluid::solver_fluid_qsys().


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