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

getTranAvg: the transient mean queue length per (station, class). More...

#include <line/solvers/avg_table.h>

Collaboration diagram for line::TranAvg:

Public Attributes

std::vector< double > t
 the time axis
std::vector< std::vector< double > > QNt
 [step][station*class]
std::vector< std::string > label
 the (station, class) of each column

Detailed Description

getTranAvg: the transient mean queue length per (station, class).

Definition at line 72 of file avg_table.h.

Member Data Documentation

◆ label

std::vector<std::string> line::TranAvg::label

the (station, class) of each column

Definition at line 75 of file avg_table.h.

Referenced by line::SolverFLD::tran_avg().

◆ QNt

std::vector<std::vector<double> > line::TranAvg::QNt

[step][station*class]

Definition at line 74 of file avg_table.h.

Referenced by line::SolverFLD::tran_avg().

◆ t

std::vector<double> line::TranAvg::t

the time axis

Definition at line 73 of file avg_table.h.

Referenced by line::SolverFLD::tran_avg().


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