![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Result of aph2_fit. More...
#include <line/api/mam/aph2_fit.h>
Public Attributes | |
| Map< T > | aph |
| the selected fit, APHS.front() | |
| std::vector< Map< T > > | aphs |
| every feasible form found | |
| bool | adjusted |
| true when the moments had to be relaxed | |
Result of aph2_fit.
Definition at line 34 of file aph2_fit.h.
| bool line::mam::Aph2FitResult< T >::adjusted |
true when the moments had to be relaxed
Definition at line 37 of file aph2_fit.h.
Referenced by line::mam::aph2_fit().
| Map<T> line::mam::Aph2FitResult< T >::aph |
the selected fit, APHS.front()
Definition at line 35 of file aph2_fit.h.
Referenced by line::mam::aph2_fit().
| std::vector<Map<T> > line::mam::Aph2FitResult< T >::aphs |
every feasible form found
Definition at line 36 of file aph2_fit.h.
Referenced by line::mam::aph2_fit(), and line::mam::maph2m_fit().