![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
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 | |
Result of aph_fit.
| 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().
| 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().
| 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().