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

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

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

Collaboration diagram for line::smc::Mg1CrOptions:

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

Detailed Description

Options of MG1_CR, with the reference's defaults.

Definition at line 470 of file mg1.h.

Member Data Documentation

◆ epsilon

double line::smc::Mg1CrOptions::epsilon = 1e-16

Definition at line 475 of file mg1.h.

◆ max_num_it

std::size_t line::smc::Mg1CrOptions::max_num_it = 50

Definition at line 473 of file mg1.h.

◆ max_num_root

std::size_t line::smc::Mg1CrOptions::max_num_root = 2048

Definition at line 474 of file mg1.h.

◆ mode

std::string line::smc::Mg1CrOptions::mode = "ShiftPWCR"

'ShiftPWCR' or 'PWCR'

Definition at line 471 of file mg1.h.

◆ shift_type

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

Definition at line 472 of file mg1.h.


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