LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::mam::MamSolution< T > Struct Template Reference

What the MAM dispatch returns: the metrics plus the algorithm that ran. More...

#include <line/solvers/mam/mam_types.h>

Collaboration diagram for line::mam::MamSolution< T >:

Public Attributes

mva::MvaSolution< T > sol
std::string actualmethod
 The concrete algorithm, as the reference's actualmethod.

Detailed Description

template<class T>
struct line::mam::MamSolution< T >

What the MAM dispatch returns: the metrics plus the algorithm that ran.

Definition at line 124 of file mam_types.h.

Member Data Documentation

◆ actualmethod

template<class T>
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().

◆ sol


The documentation for this struct was generated from the following file: