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

Result of m3pp2m_fitc. More...

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

Public Attributes

Mmap< T > mmap
bool degenerate
 the underlying MMPP(2) degenerated to a Poisson process

Detailed Description

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

Result of m3pp2m_fitc.

Definition at line 50 of file m3pp2m_fitc.h.

Member Data Documentation

◆ degenerate

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

the underlying MMPP(2) degenerated to a Poisson process

Definition at line 52 of file m3pp2m_fitc.h.

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

◆ mmap

template<class T>
Mmap<T> line::mam::M3pp2mFitcResult< T >::mmap

Definition at line 51 of file m3pp2m_fitc.h.

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


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