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

Options of MG1_FI, with the reference's defaults. More...

#include <line/lib/smc/mg1.h>

Collaboration diagram for line::smc::Mg1FiOptions:

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

Detailed Description

Options of MG1_FI, with the reference's defaults.

Definition at line 753 of file mg1.h.

Member Data Documentation

◆ max_num_it

std::size_t line::smc::Mg1FiOptions::max_num_it = 10000

Definition at line 756 of file mg1.h.

◆ mode

std::string line::smc::Mg1FiOptions::mode = "U-Based"

'Natural', 'Traditional', 'U-Based', or 'Shift<Mode>'

Definition at line 754 of file mg1.h.

◆ shift_type

std::string line::smc::Mg1FiOptions::shift_type = "one"

Definition at line 755 of file mg1.h.

◆ tol

double line::smc::Mg1FiOptions::tol = 1e-14

Definition at line 757 of file mg1.h.


The documentation for this struct was generated from the following file:
  • include/line/lib/smc/mg1.h