![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Result of the (mean, scv, skew)-parameterized MMPP(2) fits. More...
#include <line/api/mam/mmpp2_fit2.h>
Public Attributes | |
| Map< T > | map |
| bool | feasible |
| map_isfeasible of the result at the given tolerance | |
Result of the (mean, scv, skew)-parameterized MMPP(2) fits.
Definition at line 36 of file mmpp2_fit2.h.
| bool line::mam::Mmpp2FitResult< T >::feasible |
map_isfeasible of the result at the given tolerance
Definition at line 38 of file mmpp2_fit2.h.
Referenced by line::mam::mmpp2_fit2(), and line::mam::mmpp2_fit4().
| Map<T> line::mam::Mmpp2FitResult< T >::map |
Definition at line 37 of file mmpp2_fit2.h.
Referenced by line::mam::mmpp2_fit2(), and line::mam::mmpp2_fit4().