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

Return value of pfqn_mvaoi, mirroring [X, Qoi, Qli, Qdelay, Soi]. More...

#include <line/api/pfqn/pfqn_mvaoi.h>

Public Attributes

std::vector< T > X
 (R) per-class throughput
Matrix< T > Qoi
 (K x R) per-class queue length at each OI station
Matrix< T > Qli
 (J x R) per-class queue length at each LI queue
std::vector< T > Qdelay
 (R) per-class queue length at the delay node
Matrix< T > Soi
 (K x R) per-class mean in-service jobs, if requested

Detailed Description

template<class T>
struct line::pfqn::MvaoiResult< T >

Return value of pfqn_mvaoi, mirroring [X, Qoi, Qli, Qdelay, Soi].

Definition at line 82 of file pfqn_mvaoi.h.

Member Data Documentation

◆ Qdelay

template<class T>
std::vector<T> line::pfqn::MvaoiResult< T >::Qdelay

(R) per-class queue length at the delay node

Definition at line 86 of file pfqn_mvaoi.h.

Referenced by line::pfqn::pfqn_mvaoi().

◆ Qli

template<class T>
Matrix<T> line::pfqn::MvaoiResult< T >::Qli

(J x R) per-class queue length at each LI queue

Definition at line 85 of file pfqn_mvaoi.h.

Referenced by line::pfqn::pfqn_mvaoi(), and line::mva::solver_mva_oi_analyzer().

◆ Qoi

template<class T>
Matrix<T> line::pfqn::MvaoiResult< T >::Qoi

(K x R) per-class queue length at each OI station

Definition at line 84 of file pfqn_mvaoi.h.

Referenced by line::pfqn::pfqn_mvaoi(), and line::mva::solver_mva_oi_analyzer().

◆ Soi

template<class T>
Matrix<T> line::pfqn::MvaoiResult< T >::Soi

(K x R) per-class mean in-service jobs, if requested

Definition at line 87 of file pfqn_mvaoi.h.

Referenced by line::pfqn::pfqn_mvaoi(), and line::mva::solver_mva_oi_analyzer().

◆ X

template<class T>
std::vector<T> line::pfqn::MvaoiResult< T >::X

(R) per-class throughput

Definition at line 83 of file pfqn_mvaoi.h.

Referenced by line::pfqn::pfqn_mvaoi(), and line::mva::solver_mva_oi_analyzer().


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