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

Tuning of the outer fixed point. More...

#include <line/api/lqn/lqn_mol.h>

Public Attributes

std::size_t iter_max = 200
double iter_tol = 1e-6
double relax_factor = 0.5

Detailed Description

Tuning of the outer fixed point.

Definition at line 91 of file lqn_mol.h.

Member Data Documentation

◆ iter_max

std::size_t line::lqn::LqnMolOptions::iter_max = 200

Definition at line 92 of file lqn_mol.h.

◆ iter_tol

double line::lqn::LqnMolOptions::iter_tol = 1e-6

Definition at line 93 of file lqn_mol.h.

◆ relax_factor

double line::lqn::LqnMolOptions::relax_factor = 0.5

Definition at line 94 of file lqn_mol.h.


The documentation for this struct was generated from the following file: