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

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>

Collaboration diagram for line::ldes::LdesResult::BusyPeriodTarget:

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

Detailed Description

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.

Member Data Documentation

◆ count

std::vector<double> line::ldes::LdesResult::BusyPeriodTarget::count

Definition at line 255 of file ldes_options.h.

Referenced by line::ldes::parse_ldes_result().

◆ job_class

int line::ldes::LdesResult::BusyPeriodTarget::job_class = -1

Definition at line 253 of file ldes_options.h.

Referenced by line::ldes::parse_ldes_result().

◆ mean

std::vector<double> line::ldes::LdesResult::BusyPeriodTarget::mean

Definition at line 254 of file ldes_options.h.

Referenced by line::ldes::parse_ldes_result().

◆ name

std::string line::ldes::LdesResult::BusyPeriodTarget::name

Definition at line 251 of file ldes_options.h.

Referenced by line::ldes::parse_ldes_result().

◆ stations

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().


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