![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Options of MG1_CR, with the reference's defaults. More...
#include <line/lib/smc/mg1.h>
Public Attributes | |
| std::string | mode = "ShiftPWCR" |
| 'ShiftPWCR' or 'PWCR' | |
| std::string | shift_type = "one" |
| std::size_t | max_num_it = 50 |
| std::size_t | max_num_root = 2048 |
| double | epsilon = 1e-16 |
| std::string line::smc::Mg1CrOptions::mode = "ShiftPWCR" |