![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
System metrics of the delay plus flow-equivalent server model. More...
#include <line/api/fes/fes_map_solve.h>
Public Attributes | |
| T | X |
| system throughput | |
| T | R |
| response time of the aggregated subnetwork, N/X - E[Z] | |
| T | Q |
| mean jobs held by the flow-equivalent server | |
| std::vector< T > | pk |
| law of the jobs held by the flow-equivalent server | |
System metrics of the delay plus flow-equivalent server model.
Definition at line 56 of file fes_map_solve.h.
| std::vector<T> line::fes::FesMapSolveResult< T >::pk |
law of the jobs held by the flow-equivalent server
Definition at line 60 of file fes_map_solve.h.
Referenced by line::fes::fes_map_solve().
| T line::fes::FesMapSolveResult< T >::Q |
mean jobs held by the flow-equivalent server
Definition at line 59 of file fes_map_solve.h.
Referenced by line::fes::fes_map_solve().
| T line::fes::FesMapSolveResult< T >::R |
response time of the aggregated subnetwork, N/X - E[Z]
Definition at line 58 of file fes_map_solve.h.
Referenced by line::fes::fes_map_solve().
| T line::fes::FesMapSolveResult< T >::X |
system throughput
Definition at line 57 of file fes_map_solve.h.
Referenced by line::fes::fes_map_solve().