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

Controls of the blocking fixed point, me_oqn_blk's options struct. More...

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

Public Attributes

double tol = 1e-6
long maxiter = 1000
double damping = 0.5
 Relaxation weight on the blocking probabilities, the source's scheme.

Detailed Description

Controls of the blocking fixed point, me_oqn_blk's options struct.

Definition at line 73 of file me_oqn_blk.h.

Member Data Documentation

◆ damping

double line::me::MeBlkOptions::damping = 0.5

Relaxation weight on the blocking probabilities, the source's scheme.

Definition at line 77 of file me_oqn_blk.h.

◆ maxiter

long line::me::MeBlkOptions::maxiter = 1000

Definition at line 75 of file me_oqn_blk.h.

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

◆ tol

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

Definition at line 74 of file me_oqn_blk.h.

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


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