![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
What fes_aggregate returns. More...
#include <line/api/fes/fes_aggregate.h>
Public Member Functions | |
| FesAggregateResult (const qn::Network< T > &m) | |
Public Attributes | |
| qn::Network< T > | model |
| std::size_t | fesNode = 0 |
| 1-based node index of the FES station | |
| FesDeaggInfo< T > | deagg |
What fes_aggregate returns.
Definition at line 108 of file fes_aggregate.h.
|
inlineexplicit |
Definition at line 109 of file fes_aggregate.h.
References model.
| FesDeaggInfo<T> line::fes::FesAggregateResult< T >::deagg |
Definition at line 112 of file fes_aggregate.h.
Referenced by line::fes::fes_aggregate(), and line::ctmc::solver_ctmc_fes_aggregation().
| std::size_t line::fes::FesAggregateResult< T >::fesNode = 0 |
1-based node index of the FES station
Definition at line 111 of file fes_aggregate.h.
Referenced by line::fes::fes_aggregate().
| qn::Network<T> line::fes::FesAggregateResult< T >::model |
Definition at line 110 of file fes_aggregate.h.
Referenced by FesAggregateResult(), and line::ctmc::solver_ctmc_fes_aggregation().