![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The load-dependent MAP that replaces a subnetwork, with its descriptors. More...
#include <line/api/fes/fes_map_aggregate.h>
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. | |
The load-dependent MAP that replaces a subnetwork, with its descriptors.
Definition at line 53 of file fes_map_aggregate.h.
| 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().
| 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().
| 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().
| 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().
| 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().