![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The fitted process and which of the reference's five outcomes produced it. More...
#include <line/api/mam/map2_fit_idc.h>
Public Attributes | |
| Map< T > | map |
| int | status = 0 |
| 0 all four descriptors matched, 1 exponential because the burstiness is not representable, 2 third moment clamped to its lower limit, 3 third moment selected automatically, 4 the fit failed and an exponential is returned. | |
The fitted process and which of the reference's five outcomes produced it.
Definition at line 52 of file map2_fit_idc.h.
| Map<T> line::mam::Map2FitIdcResult< T >::map |
Definition at line 53 of file map2_fit_idc.h.
Referenced by line::fes::fes_map_aggregate(), and line::mam::map2_fit_idc().
| int line::mam::Map2FitIdcResult< T >::status = 0 |
0 all four descriptors matched, 1 exponential because the burstiness is not representable, 2 third moment clamped to its lower limit, 3 third moment selected automatically, 4 the fit failed and an exponential is returned.
Definition at line 60 of file map2_fit_idc.h.
Referenced by line::fes::fes_map_aggregate(), and line::mam::map2_fit_idc().