![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
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 |
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 |
| LqnMolInfo<T> line::lqn::LqnMolResult< T >::info |
Definition at line 87 of file lqn_mol.h.
Referenced by line::lqn::lqn_mol().
| std::vector<T> line::lqn::LqnMolResult< T >::QN |
Definition at line 86 of file lqn_mol.h.
Referenced by line::lqn::lqn_mol().
| std::vector<T> line::lqn::LqnMolResult< T >::RN |
Definition at line 86 of file lqn_mol.h.
Referenced by line::lqn::lqn_mol().
| std::vector<T> line::lqn::LqnMolResult< T >::TN |
Definition at line 86 of file lqn_mol.h.
Referenced by line::lqn::lqn_mol().
| std::vector<T> line::lqn::LqnMolResult< T >::UN |
Definition at line 86 of file lqn_mol.h.
Referenced by line::lqn::lqn_mol().