![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The options.config fields the two MNA analyzers read. More...
#include <line/solvers/mam/solver_mna.h>
Public Attributes | |
| std::string | dep_scv = "qna" |
| config.dep_scv, read only by the OPEN analyzer. | |
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.
| 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.