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

The four (nidx+1) vectors in the column convention SolverLN and LQNS report, so they line up with LN(model).getAvgTable cell for cell. More...

#include <line/api/lqn/lqn_mol.h>

Public Attributes

std::vector< T > QN
std::vector< T > UN
std::vector< T > RN
std::vector< T > TN
LqnMolInfo< T > info

Detailed Description

template<class T>
struct line::lqn::LqnMolResult< T >

The four (nidx+1) vectors in the column convention SolverLN and LQNS report, so they line up with LN(model).getAvgTable cell for cell.

index QN (QLen) UN (Util) RN (RespT) TN (Tput)
host NaN processor utilization NaN NaN
task sum of entry T*S sum of entry proc util NaN cycle rate
entry T*S processor utilization response time throughput
act as its entry as its entry as its entry as its entry

Definition at line 85 of file lqn_mol.h.

Member Data Documentation

◆ info

template<class T>
LqnMolInfo<T> line::lqn::LqnMolResult< T >::info

Definition at line 87 of file lqn_mol.h.

Referenced by line::lqn::lqn_mol().

◆ QN

template<class T>
std::vector<T> line::lqn::LqnMolResult< T >::QN

Definition at line 86 of file lqn_mol.h.

Referenced by line::lqn::lqn_mol().

◆ RN

template<class T>
std::vector<T> line::lqn::LqnMolResult< T >::RN

Definition at line 86 of file lqn_mol.h.

Referenced by line::lqn::lqn_mol().

◆ TN

template<class T>
std::vector<T> line::lqn::LqnMolResult< T >::TN

Definition at line 86 of file lqn_mol.h.

Referenced by line::lqn::lqn_mol().

◆ UN

template<class T>
std::vector<T> line::lqn::LqnMolResult< T >::UN

Definition at line 86 of file lqn_mol.h.

Referenced by line::lqn::lqn_mol().


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