LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::mam::TranCurve< T > Struct Template Reference

One station-class transient curve, the reference's [metric, time] pair. More...

#include <line/solvers/mam/solver_mam_ldqbd_transient.h>

Collaboration diagram for line::mam::TranCurve< T >:

Public Attributes

std::vector< T > values
std::vector< double > times

Detailed Description

template<class T>
struct line::mam::TranCurve< T >

One station-class transient curve, the reference's [metric, time] pair.

Definition at line 57 of file solver_mam_ldqbd_transient.h.

Member Data Documentation

◆ times

template<class T>
std::vector<double> line::mam::TranCurve< T >::times

Definition at line 59 of file solver_mam_ldqbd_transient.h.

◆ values

template<class T>
std::vector<T> line::mam::TranCurve< T >::values

Definition at line 58 of file solver_mam_ldqbd_transient.h.


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