![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
What the MAM dispatch returns: the metrics plus the algorithm that ran. More...
#include <line/solvers/mam/mam_types.h>
Public Attributes | |
| mva::MvaSolution< T > | sol |
| std::string | actualmethod |
| The concrete algorithm, as the reference's actualmethod. | |
What the MAM dispatch returns: the metrics plus the algorithm that ran.
Definition at line 124 of file mam_types.h.
| std::string line::mam::MamSolution< T >::actualmethod |
The concrete algorithm, as the reference's actualmethod.
Definition at line 127 of file mam_types.h.
Referenced by line::mam::mam_dispatch(), line::mam::solver_mam_dt(), and line::mam::solver_mam_run_analyzer().
| mva::MvaSolution<T> line::mam::MamSolution< T >::sol |
Definition at line 125 of file mam_types.h.
Referenced by line::mam::finish_dispatch(), line::mam::mam_dispatch(), line::mam::solver_mam_dt(), and line::mam::solver_mam_run_analyzer().