![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Options of MG1_FI, with the reference's defaults. More...
#include <line/lib/smc/mg1.h>
Public Attributes | |
| std::string | mode = "U-Based" |
| 'Natural', 'Traditional', 'U-Based', or 'Shift<Mode>' | |
| std::string | shift_type = "one" |
| std::size_t | max_num_it = 10000 |
| double | tol = 1e-14 |
| std::string line::smc::Mg1FiOptions::mode = "U-Based" |