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

Result of mmpp2_fitc. More...

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

Public Attributes

Map< T > map
bool degenerate
 true when a Poisson process was returned instead
bool third_moment_ok
 false when the third moment had to be dropped for feasibility

Detailed Description

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

Result of mmpp2_fitc.

Definition at line 91 of file mmpp2_fitc.h.

Member Data Documentation

◆ degenerate

template<class T>
bool line::mam::Mmpp2FitcResult< T >::degenerate

true when a Poisson process was returned instead

Definition at line 93 of file mmpp2_fitc.h.

Referenced by line::mam::m3pp2m_fitc(), and line::mam::mmpp2_fitc().

◆ map

template<class T>
Map<T> line::mam::Mmpp2FitcResult< T >::map

◆ third_moment_ok

template<class T>
bool line::mam::Mmpp2FitcResult< T >::third_moment_ok

false when the third moment had to be dropped for feasibility

Definition at line 94 of file mmpp2_fitc.h.

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


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