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

Result of amap2_fit_gamma. More...

#include <line/api/mam/amap2_fit_gamma.h>

Collaboration diagram for line::mam::Amap2FitGammaResult< T >:

Public Attributes

Map< T > amap
 the selected fit
std::vector< Map< T > > amaps
 every exact solution found
bool poisson_fallback
 true when no exact AMAP(2) exists (or SCV == 1)

Detailed Description

template<class T>
struct line::mam::Amap2FitGammaResult< T >

Result of amap2_fit_gamma.

Definition at line 40 of file amap2_fit_gamma.h.

Member Data Documentation

◆ amap

template<class T>
Map<T> line::mam::Amap2FitGammaResult< T >::amap

the selected fit

Definition at line 41 of file amap2_fit_gamma.h.

Referenced by line::mam::amap2_fit_gamma().

◆ amaps

◆ poisson_fallback

template<class T>
bool line::mam::Amap2FitGammaResult< T >::poisson_fallback

true when no exact AMAP(2) exists (or SCV == 1)

Definition at line 43 of file amap2_fit_gamma.h.

Referenced by line::mam::amap2_fit_gamma().


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