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

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

Detailed Description

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

What fes_aggregate returns.

Definition at line 108 of file fes_aggregate.h.

Constructor & Destructor Documentation

◆ FesAggregateResult()

template<class T>
line::fes::FesAggregateResult< T >::FesAggregateResult ( const qn::Network< T > & m)
inlineexplicit

Definition at line 109 of file fes_aggregate.h.

References model.

Member Data Documentation

◆ deagg

template<class T>
FesDeaggInfo<T> line::fes::FesAggregateResult< T >::deagg

◆ fesNode

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

◆ model

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


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