![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Mirrors the [XN, QN, UN, RN, TN, it] return list of the MATLAB function. More...
#include <line/api/sum/sum_closing.h>
Public Attributes | |
| std::vector< T > | XN |
| (R) class throughputs | |
| Matrix< T > | QN |
| (M x R) queue lengths at the original stations | |
| Matrix< T > | UN |
| (M x R) utilizations at the original stations | |
| Matrix< T > | RN |
| (M x R) residence times at the original stations | |
| std::vector< T > | TN |
| (R) mean response time in the original network | |
| std::size_t | it = 0 |
Mirrors the [XN, QN, UN, RN, TN, it] return list of the MATLAB function.
Definition at line 52 of file sum_closing.h.
| std::size_t line::sum::SumClosingResult< T >::it = 0 |
Definition at line 58 of file sum_closing.h.
Referenced by line::mva::solver_mva_sum(), and line::sum::sum_closing().
| Matrix<T> line::sum::SumClosingResult< T >::QN |
(M x R) queue lengths at the original stations
Definition at line 54 of file sum_closing.h.
Referenced by line::mva::solver_mva_sum(), and line::sum::sum_closing().
| Matrix<T> line::sum::SumClosingResult< T >::RN |
(M x R) residence times at the original stations
Definition at line 56 of file sum_closing.h.
Referenced by line::sum::sum_closing().
| std::vector<T> line::sum::SumClosingResult< T >::TN |
(R) mean response time in the original network
Definition at line 57 of file sum_closing.h.
Referenced by line::sum::sum_closing().
| Matrix<T> line::sum::SumClosingResult< T >::UN |
(M x R) utilizations at the original stations
Definition at line 55 of file sum_closing.h.
Referenced by line::mva::solver_mva_sum(), and line::sum::sum_closing().
| std::vector<T> line::sum::SumClosingResult< T >::XN |
(R) class throughputs
Definition at line 53 of file sum_closing.h.
Referenced by line::mva::solver_mva_sum(), and line::sum::sum_closing().