![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
SolverQNS.defaultOptions plus the two knobs the JMVA document carries. More...
#include <line/solvers/wrappers/qns/solver_qns.h>
Public Attributes | |
| std::string | method = "default" |
| std::string | multiserver |
| options.config.multiserver. | |
| std::size_t | samples = 10000 |
| options.samples, the JMVA maxSamples | |
| int | timeout = 0 |
| Seconds before a hung qnsolver is killed; not positive waits forever. | |
| bool | keep = false |
| options.keep: leave the scratch directory behind, to inspect what was sent. | |
SolverQNS.defaultOptions plus the two knobs the JMVA document carries.
Definition at line 65 of file solver_qns.h.
| bool line::qns::QnsOptions::keep = false |
options.keep: leave the scratch directory behind, to inspect what was sent.
Definition at line 77 of file solver_qns.h.
| std::string line::qns::QnsOptions::method = "default" |
Definition at line 66 of file solver_qns.h.
| std::string line::qns::QnsOptions::multiserver |
options.config.multiserver.
Kept separate from method because the reference lets either name the approximation: method sets it, and a caller may set it directly while leaving the method at 'default'.
Definition at line 72 of file solver_qns.h.
| std::size_t line::qns::QnsOptions::samples = 10000 |
options.samples, the JMVA maxSamples
Definition at line 73 of file solver_qns.h.
| int line::qns::QnsOptions::timeout = 0 |
Seconds before a hung qnsolver is killed; not positive waits forever.
Definition at line 75 of file solver_qns.h.