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

Iteration control, mirroring the MATLAB options struct. More...

#include <line/api/me/me_types.h>

Public Attributes

double tol = 1e-6
long maxiter = 1000

Detailed Description

Iteration control, mirroring the MATLAB options struct.

Definition at line 58 of file me_types.h.

Member Data Documentation

◆ maxiter

long line::me::MeOptions::maxiter = 1000

Definition at line 60 of file me_types.h.

Referenced by line::nc::solver_nc_mem().

◆ tol

double line::me::MeOptions::tol = 1e-6

Definition at line 59 of file me_types.h.

Referenced by line::nc::solver_nc_mem().


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