![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
One measured busy period target (–busyperiod): a station, a station-class pair, or a declared station set. More...
#include <line/solvers/wrappers/ldes/ldes_options.h>
Public Attributes | |
| std::string | name |
| std::vector< std::size_t > | stations |
| station indexes, zero-based | |
| int | job_class = -1 |
| std::vector< double > | mean |
| std::vector< double > | count |
One measured busy period target (–busyperiod): a station, a station-class pair, or a declared station set.
mean and count are indexed by order 1..K, and a mean whose count is zero is not an observation. job_class is -1 when the target aggregates every class.
Definition at line 250 of file ldes_options.h.
| std::vector<double> line::ldes::LdesResult::BusyPeriodTarget::count |
Definition at line 255 of file ldes_options.h.
Referenced by line::ldes::parse_ldes_result().
| int line::ldes::LdesResult::BusyPeriodTarget::job_class = -1 |
Definition at line 253 of file ldes_options.h.
Referenced by line::ldes::parse_ldes_result().
| std::vector<double> line::ldes::LdesResult::BusyPeriodTarget::mean |
Definition at line 254 of file ldes_options.h.
Referenced by line::ldes::parse_ldes_result().
| std::string line::ldes::LdesResult::BusyPeriodTarget::name |
Definition at line 251 of file ldes_options.h.
Referenced by line::ldes::parse_ldes_result().
| std::vector<std::size_t> line::ldes::LdesResult::BusyPeriodTarget::stations |
station indexes, zero-based
Definition at line 252 of file ldes_options.h.
Referenced by line::ldes::parse_ldes_result().