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

Return value of the Linearizer family, mirroring [Q,U,W,C,X,totiter]. More...

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

Public Attributes

Matrix< T > Q
 (M x R) mean queue length
Matrix< T > U
 (M x R) utilization
Matrix< T > W
 (M x R) per-station residence time
std::vector< T > C
 (R) cycle time, N_r/X_r - Z_r
std::vector< T > X
 (R) per-class throughput
int totiter
 total inner iterations across all Core calls

Detailed Description

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

Return value of the Linearizer family, mirroring [Q,U,W,C,X,totiter].

Definition at line 82 of file pfqn_egflinearizer.h.

Member Data Documentation

◆ C

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

◆ Q

◆ totiter

◆ U

◆ W

◆ X


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