![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Balking: the (min, max, probability) triples an arrival consults. More...
#include <line/solvers/ldes/ldes_engine.h>
Public Attributes | |
| double | min_jobs = 0.0 |
| double | max_jobs = -1.0 |
| -1 = unbounded above, the wire's spelling | |
| double | probability = 0.0 |
Balking: the (min, max, probability) triples an arrival consults.
Definition at line 549 of file ldes_engine.h.
| double line::ldes::engine::StationState::BalkRule::max_jobs = -1.0 |
-1 = unbounded above, the wire's spelling
Definition at line 551 of file ldes_engine.h.
| double line::ldes::engine::StationState::BalkRule::min_jobs = 0.0 |
Definition at line 550 of file ldes_engine.h.
| double line::ldes::engine::StationState::BalkRule::probability = 0.0 |
Definition at line 552 of file ldes_engine.h.