![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The option and result types SolverMAM shares with its analyzers. More...
Go to the source code of this file.
Classes | |
| struct | line::mam::MamOptions |
| The options SolverMAM reads. More... | |
| struct | line::mam::MamSolution< T > |
| What the MAM dispatch returns: the metrics plus the algorithm that ran. More... | |
Namespaces | |
| namespace | line |
| namespace | line::mam |
The option and result types SolverMAM shares with its analyzers.
The solution type IS mva::MvaSolution<T>: the MAM analyzers return the same [Q,U,R,T,C,X] tuple, and @@NetworkSolver/getAvg applies the same solver-independent metric filter afterwards, so reusing it is what keeps the two runners from drifting apart.
Definition in file mam_types.h.