![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
One observation: a response time, the tagged class, and the arrival state. More...
#include <line/api/infer/infer_mlps.h>
Public Attributes | |
| double | rt = 0.0 |
| std::size_t | cls = 0 |
| 1-based class of the tagged job | |
| std::vector< double > | ql |
| per-class queue length seen on arrival | |
One observation: a response time, the tagged class, and the arrival state.
Definition at line 71 of file infer_mlps.h.
| std::size_t line::api::MlpsSample::cls = 0 |
1-based class of the tagged job
Definition at line 73 of file infer_mlps.h.
Referenced by line::api::infer_minps_setup().
| std::vector<double> line::api::MlpsSample::ql |
per-class queue length seen on arrival
Definition at line 74 of file infer_mlps.h.
Referenced by line::api::infer_minps_setup().
| double line::api::MlpsSample::rt = 0.0 |
Definition at line 72 of file infer_mlps.h.
Referenced by line::api::infer_minps_setup().