LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::fes::FesMapSolveResult< T > Struct Template Reference

System metrics of the delay plus flow-equivalent server model. More...

#include <line/api/fes/fes_map_solve.h>

Collaboration diagram for line::fes::FesMapSolveResult< T >:

Public Attributes

X
 system throughput
R
 response time of the aggregated subnetwork, N/X - E[Z]
Q
 mean jobs held by the flow-equivalent server
std::vector< T > pk
 law of the jobs held by the flow-equivalent server

Detailed Description

template<class T>
struct line::fes::FesMapSolveResult< T >

System metrics of the delay plus flow-equivalent server model.

Definition at line 56 of file fes_map_solve.h.

Member Data Documentation

◆ pk

template<class T>
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().

◆ Q

template<class T>
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().

◆ R

template<class T>
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().

◆ X

template<class T>
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().


The documentation for this struct was generated from the following file: