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

One measured target: a station set, optionally filtered to one class. More...

#include <line/solvers/ldes/ldes_busyperiod.h>

Collaboration diagram for line::ldes::engine::BpTarget:

Public Attributes

std::vector< std::size_t > stations
 0-based station indexes
int job_class = -1
 -1 aggregates every class
std::string name

Detailed Description

One measured target: a station set, optionally filtered to one class.

Definition at line 45 of file ldes_busyperiod.h.

Member Data Documentation

◆ job_class

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

◆ name

std::string line::ldes::engine::BpTarget::name

Definition at line 48 of file ldes_busyperiod.h.

◆ stations

std::vector<std::size_t> line::ldes::engine::BpTarget::stations

0-based station indexes

Definition at line 46 of file ldes_busyperiod.h.


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