![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
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. | |
Controls of the blocking fixed point, me_oqn_blk's options struct.
Definition at line 73 of file me_oqn_blk.h.
| 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.
| long line::me::MeBlkOptions::maxiter = 1000 |
Definition at line 75 of file me_oqn_blk.h.
Referenced by line::nc::solver_nc_mem().
| double line::me::MeBlkOptions::tol = 1e-6 |
Definition at line 74 of file me_oqn_blk.h.
Referenced by line::nc::solver_nc_mem().