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

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

Detailed Description

Where the warmup ended, and whether a truncation was applied at all.

Definition at line 173 of file ldes_stats.h.

Member Data Documentation

◆ applied

bool line::ldes::engine::Truncation::applied = false

Definition at line 176 of file ldes_stats.h.

Referenced by line::ldes::engine::Observations::truncate().

◆ index

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

◆ warmup_end

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


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