![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Result of mmpp2_fitc. More...
#include <line/api/mam/mmpp2_fitc.h>
Public Attributes | |
| Map< T > | map |
| bool | degenerate |
| true when a Poisson process was returned instead | |
| bool | third_moment_ok |
| false when the third moment had to be dropped for feasibility | |
Result of mmpp2_fitc.
Definition at line 91 of file mmpp2_fitc.h.
| bool line::mam::Mmpp2FitcResult< T >::degenerate |
true when a Poisson process was returned instead
Definition at line 93 of file mmpp2_fitc.h.
Referenced by line::mam::m3pp2m_fitc(), and line::mam::mmpp2_fitc().
| Map<T> line::mam::Mmpp2FitcResult< T >::map |
Definition at line 92 of file mmpp2_fitc.h.
Referenced by line::mam::m3pp2m_fitc(), line::mam::m3pp_superpos_fitc(), and line::mam::mmpp2_fitc().
| bool line::mam::Mmpp2FitcResult< T >::third_moment_ok |
false when the third moment had to be dropped for feasibility
Definition at line 94 of file mmpp2_fitc.h.
Referenced by line::mam::mmpp2_fitc().