![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
@@NetworkSolver/getAvgSys: one response time and one throughput per chain. More...
#include <line/solvers/solver_chain_tables.h>
Public Attributes | |
| std::vector< T > | CN |
| (nchains) system response time, i.e. the cycle time | |
| std::vector< T > | XN |
| (nchains) system throughput at the reference station | |
@@NetworkSolver/getAvgSys: one response time and one throughput per chain.
Definition at line 231 of file solver_chain_tables.h.
| std::vector<T> line::solvers::SysResult< T >::CN |
(nchains) system response time, i.e. the cycle time
Definition at line 232 of file solver_chain_tables.h.
Referenced by line::solvers::solver_get_avg_sys().
| std::vector<T> line::solvers::SysResult< T >::XN |
(nchains) system throughput at the reference station
Definition at line 233 of file solver_chain_tables.h.
Referenced by line::solvers::solver_get_avg_sys().