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

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

Public Attributes

std::vector< T > XN
 (R) throughput
Matrix< T > QN
 (M x R) queue length
Matrix< T > UN
 (M x R) utilization
Matrix< T > RN
 (M x R) residence time
std::size_t iterations = 0
bool converged = false

Detailed Description

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

Definition at line 48 of file pfqn_bs.h.

Member Data Documentation

◆ converged

◆ iterations

◆ QN

◆ RN

◆ UN

◆ XN


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