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

Result of aph_fit. More...

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

Public Attributes

Map< T > aph
 the fitted APH as a MAP pair (D0, D1)
bool isexact
 false when the moment set had to be relaxed
unsigned order
 number of phases actually used

Detailed Description

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

Result of aph_fit.

Definition at line 55 of file aph_fit.h.

Member Data Documentation

◆ aph

template<class T>
Map<T> line::mam::AphFitResult< T >::aph

the fitted APH as a MAP pair (D0, D1)

Definition at line 56 of file aph_fit.h.

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

◆ isexact

template<class T>
bool line::mam::AphFitResult< T >::isexact

false when the moment set had to be relaxed

Definition at line 57 of file aph_fit.h.

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

◆ order

template<class T>
unsigned line::mam::AphFitResult< T >::order

number of phases actually used

Definition at line 58 of file aph_fit.h.

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


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