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

What pfqn_qdlin returns: the fixed point and how it was reached. More...

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

Public Attributes

Matrix< T > Q
 (M x R) mean queue lengths at the queueing stations
Matrix< T > U
 (M x R) per-class utilizations, the analytic T*S/c
Matrix< T > R
 (M x R) per-class residence times
Matrix< T > X
 (1 x R) per-class throughputs
Matrix< T > C
 (1 x R) per-class cycle times, think time included
std::size_t iter = 0
 number of forward evaluations performed

Detailed Description

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

What pfqn_qdlin returns: the fixed point and how it was reached.

Definition at line 75 of file pfqn_qdlin.h.

Member Data Documentation

◆ C

template<class T>
Matrix<T> line::pfqn::QdLinResult< T >::C

(1 x R) per-class cycle times, think time included

Definition at line 80 of file pfqn_qdlin.h.

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

◆ iter

template<class T>
std::size_t line::pfqn::QdLinResult< T >::iter = 0

number of forward evaluations performed

Definition at line 81 of file pfqn_qdlin.h.

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

◆ Q

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

(M x R) mean queue lengths at the queueing stations

Definition at line 76 of file pfqn_qdlin.h.

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

◆ R

template<class T>
Matrix<T> line::pfqn::QdLinResult< T >::R

(M x R) per-class residence times

Definition at line 78 of file pfqn_qdlin.h.

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

◆ U

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

(M x R) per-class utilizations, the analytic T*S/c

Definition at line 77 of file pfqn_qdlin.h.

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

◆ X

template<class T>
Matrix<T> line::pfqn::QdLinResult< T >::X

(1 x R) per-class throughputs

Definition at line 79 of file pfqn_qdlin.h.

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


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