![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The -s ag entry point: gates, fixed point, mean measures. More...
#include <string>#include <vector>#include "line/lang/lang_types.h"#include "line/lang/qn/network_struct.h"#include "line/solvers/ag/ag_types.h"#include "line/solvers/ag/solver_ag_runner.h"#include "line/solvers/mva/solver_mva_runner.h"#include "line/util/error.h"Go to the source code of this file.
Namespaces | |
| namespace | line |
| namespace | line::ag |
Functions | |
| template<class T> | |
| mva::AvgResult< T > | line::ag::solver_ag_run_analyzer (const qn::NetworkStruct< T > &L, const AgOptions &opt) |
| SolverAG.runAnalyzer: the converged agents as mean measures. | |
The -s ag entry point: gates, fixed point, mean measures.
The AG twin of solver_mam_run_analyzer. It filters the same metric kinds through the same mask rules, because what a solver reports is a property of the model and not of the algorithm; everything above the filter – which agents exist, how they couple, who evaluates them – is SolverAG's own.
Definition in file ag_dispatch.h.