![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
What an approximate MVA sweep reports. More...
#include <line/api/pfqn/pfqn_wangsevcik.h>
Public Attributes | |
| Matrix< T > | Q |
| (M x R) mean queue lengths | |
| Matrix< T > | U |
| (M x R) utilizations | |
| Matrix< T > | R |
| (M x R) residence times | |
| std::vector< T > | X |
| (R) class throughputs | |
| std::vector< T > | C |
| (R) cycle times | |
| std::size_t | iterations = 0 |
What an approximate MVA sweep reports.
Definition at line 70 of file pfqn_wangsevcik.h.
| std::vector<T> line::pfqn::WsResult< T >::C |
(R) cycle times
Definition at line 75 of file pfqn_wangsevcik.h.
Referenced by line::pfqn::pfqn_wangsevcik().
| std::size_t line::pfqn::WsResult< T >::iterations = 0 |
Definition at line 76 of file pfqn_wangsevcik.h.
Referenced by line::pfqn::pfqn_wangsevcik().
| Matrix<T> line::pfqn::WsResult< T >::Q |
(M x R) mean queue lengths
Definition at line 71 of file pfqn_wangsevcik.h.
Referenced by line::pfqn::pfqn_wangsevcik().
| Matrix<T> line::pfqn::WsResult< T >::R |
(M x R) residence times
Definition at line 73 of file pfqn_wangsevcik.h.
Referenced by line::pfqn::pfqn_wangsevcik().
| Matrix<T> line::pfqn::WsResult< T >::U |
(M x R) utilizations
Definition at line 72 of file pfqn_wangsevcik.h.
Referenced by line::pfqn::pfqn_wangsevcik().
| std::vector<T> line::pfqn::WsResult< T >::X |
(R) class throughputs
Definition at line 74 of file pfqn_wangsevcik.h.
Referenced by line::pfqn::pfqn_wangsevcik().