LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::mam::MnaConfig Struct Reference

The options.config fields the two MNA analyzers read. More...

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

Collaboration diagram for line::mam::MnaConfig:

Public Attributes

std::string dep_scv = "qna"
 config.dep_scv, read only by the OPEN analyzer.

Detailed Description

The options.config fields the two MNA analyzers read.

Kept out of MamOptions because neither field is a SolverMAM option: both are written by the analyzer itself onto a LOCAL copy of options.config, so a caller has no way to reach them through the solver's option surface.

Definition at line 115 of file solver_mna.h.

Member Data Documentation

◆ dep_scv

std::string line::mam::MnaConfig::dep_scv = "qna"

config.dep_scv, read only by the OPEN analyzer.

'qna' takes Whitt's departure-SCV formula. 'etaqa' is refused by name; see the branch.

Definition at line 120 of file solver_mna.h.


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