LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::ldes::engine::StationState::BalkRule Struct Reference

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

Detailed Description

Balking: the (min, max, probability) triples an arrival consults.

Definition at line 549 of file ldes_engine.h.

Member Data Documentation

◆ max_jobs

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.

◆ min_jobs

double line::ldes::engine::StationState::BalkRule::min_jobs = 0.0

Definition at line 550 of file ldes_engine.h.

◆ probability

double line::ldes::engine::StationState::BalkRule::probability = 0.0

Definition at line 552 of file ldes_engine.h.


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