![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Where the warmup ended, and whether a truncation was applied at all. More...
#include <line/solvers/ldes/ldes_stats.h>
Public Attributes | |
| std::size_t | index = 0 |
| observation index of the truncation point | |
| double | warmup_end = 0.0 |
| the instant of that observation | |
| bool | applied = false |
Where the warmup ended, and whether a truncation was applied at all.
Definition at line 173 of file ldes_stats.h.
| bool line::ldes::engine::Truncation::applied = false |
Definition at line 176 of file ldes_stats.h.
Referenced by line::ldes::engine::Observations::truncate().
| std::size_t line::ldes::engine::Truncation::index = 0 |
observation index of the truncation point
Definition at line 174 of file ldes_stats.h.
Referenced by line::ldes::engine::Observations::truncate().
| double line::ldes::engine::Truncation::warmup_end = 0.0 |
the instant of that observation
Definition at line 175 of file ldes_stats.h.
Referenced by line::ldes::engine::Observations::truncate().