![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The state a sampled inter-arrival began and ended in. More...
#include <line/api/mam/map_sample.h>
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 | |
The state a sampled inter-arrival began and ended in.
Definition at line 81 of file map_sample.h.
| 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.
| 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.