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

One observation: a response time, the tagged class, and the arrival state. More...

#include <line/api/infer/infer_mlps.h>

Collaboration diagram for line::api::MlpsSample:

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

Detailed Description

One observation: a response time, the tagged class, and the arrival state.

Definition at line 71 of file infer_mlps.h.

Member Data Documentation

◆ cls

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

◆ ql

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

◆ rt

double line::api::MlpsSample::rt = 0.0

Definition at line 72 of file infer_mlps.h.

Referenced by line::api::infer_minps_setup().


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