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

What an approximate MVA sweep reports. More...

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

Public Attributes

Matrix< T > Q
 (M x R) mean queue lengths
Matrix< T > U
 (M x R) utilizations
Matrix< T > R
 (M x R) residence times
std::vector< T > X
 (R) class throughputs
std::vector< T > C
 (R) cycle times
std::size_t iterations = 0

Detailed Description

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

What an approximate MVA sweep reports.

Definition at line 70 of file pfqn_wangsevcik.h.

Member Data Documentation

◆ C

template<class T>
std::vector<T> line::pfqn::WsResult< T >::C

(R) cycle times

Definition at line 75 of file pfqn_wangsevcik.h.

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

◆ iterations

template<class T>
std::size_t line::pfqn::WsResult< T >::iterations = 0

Definition at line 76 of file pfqn_wangsevcik.h.

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

◆ Q

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

(M x R) mean queue lengths

Definition at line 71 of file pfqn_wangsevcik.h.

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

◆ R

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

(M x R) residence times

Definition at line 73 of file pfqn_wangsevcik.h.

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

◆ U

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

(M x R) utilizations

Definition at line 72 of file pfqn_wangsevcik.h.

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

◆ X

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

(R) class throughputs

Definition at line 74 of file pfqn_wangsevcik.h.

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


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