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

The load-dependent MAP that replaces a subnetwork, with its descriptors. More...

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

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

Public Attributes

std::vector< mam::Map< T > > fes
 Service process of the flow-equivalent server, index k-1 holding k jobs.
std::vector< T > throughput
 Throughput of the subnetwork at each population.
std::vector< std::vector< T > > moments
 Descriptors e1, e2, e3 and the index of dispersion at each population.
std::vector< int > status
 Fit status at each population, see map2_fit_idc.
std::vector< std::size_t > grid
 Populations at which the inter-departure MAP was evaluated.

Detailed Description

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

The load-dependent MAP that replaces a subnetwork, with its descriptors.

Definition at line 53 of file fes_map_aggregate.h.

Member Data Documentation

◆ fes

template<class T>
std::vector<mam::Map<T> > line::fes::FesMapAggregateResult< T >::fes

Service process of the flow-equivalent server, index k-1 holding k jobs.

Definition at line 55 of file fes_map_aggregate.h.

Referenced by line::fes::fes_map_aggregate().

◆ grid

template<class T>
std::vector<std::size_t> line::fes::FesMapAggregateResult< T >::grid

Populations at which the inter-departure MAP was evaluated.

Definition at line 63 of file fes_map_aggregate.h.

Referenced by line::fes::fes_map_aggregate().

◆ moments

template<class T>
std::vector<std::vector<T> > line::fes::FesMapAggregateResult< T >::moments

Descriptors e1, e2, e3 and the index of dispersion at each population.

Definition at line 59 of file fes_map_aggregate.h.

Referenced by line::fes::fes_map_aggregate().

◆ status

template<class T>
std::vector<int> line::fes::FesMapAggregateResult< T >::status

Fit status at each population, see map2_fit_idc.

Definition at line 61 of file fes_map_aggregate.h.

Referenced by line::fes::fes_map_aggregate().

◆ throughput

template<class T>
std::vector<T> line::fes::FesMapAggregateResult< T >::throughput

Throughput of the subnetwork at each population.

Definition at line 57 of file fes_map_aggregate.h.

Referenced by line::fes::fes_map_aggregate().


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