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

The state a sampled inter-arrival began and ended in. More...

#include <line/api/mam/map_sample.h>

Collaboration diagram for line::mam::SampleTrace:

Public Attributes

std::vector< std::size_t > first
 phase at the start of each interval, 0-based
std::vector< std::size_t > last
 phase entered on each arrival, 0-based

Detailed Description

The state a sampled inter-arrival began and ended in.

Definition at line 81 of file map_sample.h.

Member Data Documentation

◆ first

std::vector<std::size_t> line::mam::SampleTrace::first

phase at the start of each interval, 0-based

Definition at line 82 of file map_sample.h.

◆ last

std::vector<std::size_t> line::mam::SampleTrace::last

phase entered on each arrival, 0-based

Definition at line 83 of file map_sample.h.


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