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

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

Public Attributes

std::vector< T > T_
 (R) per-class throughput
Matrix< T > Q
 (2 x R) mean queue lengths
Matrix< T > U
 (2 x R) utilizations
Matrix< T > B
 (2 x R) back probabilities

Detailed Description

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

Definition at line 65 of file pfqn_lcfsqn_mva.h.

Member Data Documentation

◆ B

template<class T>
Matrix<T> line::pfqn::LcfsMvaResult< T >::B

(2 x R) back probabilities

Definition at line 69 of file pfqn_lcfsqn_mva.h.

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

◆ Q

template<class T>
Matrix<T> line::pfqn::LcfsMvaResult< T >::Q

(2 x R) mean queue lengths

Definition at line 67 of file pfqn_lcfsqn_mva.h.

Referenced by line::pfqn::pfqn_lcfsqn_mva(), and line::mva::solver_mva_lcfsqn().

◆ T_

template<class T>
std::vector<T> line::pfqn::LcfsMvaResult< T >::T_

(R) per-class throughput

Definition at line 66 of file pfqn_lcfsqn_mva.h.

Referenced by line::pfqn::pfqn_lcfsqn_mva(), and line::mva::solver_mva_lcfsqn().

◆ U

template<class T>
Matrix<T> line::pfqn::LcfsMvaResult< T >::U

(2 x R) utilizations

Definition at line 68 of file pfqn_lcfsqn_mva.h.

Referenced by line::pfqn::pfqn_lcfsqn_mva(), and line::mva::solver_mva_lcfsqn().


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