LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
mam_types.h File Reference

The option and result types SolverMAM shares with its analyzers. More...

#include <cstddef>
#include <limits>
#include <string>
#include "line/solvers/mva/mva_types.h"
Include dependency graph for mam_types.h:

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

Detailed Description

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.