![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
One measured target: a station set, optionally filtered to one class. More...
#include <line/solvers/ldes/ldes_busyperiod.h>
Public Attributes | |
| std::vector< std::size_t > | stations |
| 0-based station indexes | |
| int | job_class = -1 |
| -1 aggregates every class | |
| std::string | name |
One measured target: a station set, optionally filtered to one class.
Definition at line 45 of file ldes_busyperiod.h.
| int line::ldes::engine::BpTarget::job_class = -1 |
-1 aggregates every class
Definition at line 47 of file ldes_busyperiod.h.
Referenced by line::ldes::engine::BusyPeriods::track().
| std::string line::ldes::engine::BpTarget::name |
Definition at line 48 of file ldes_busyperiod.h.
| std::vector<std::size_t> line::ldes::engine::BpTarget::stations |
0-based station indexes
Definition at line 46 of file ldes_busyperiod.h.