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

The prepared sample set, plus what the preparation had to decide. More...

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

Collaboration diagram for line::api::MinpsSetup:

Public Attributes

std::vector< MlpsSamplesamples
 sorted by arrival time, window applied
std::vector< double > lambda
 per-surviving-class think-time rate
std::vector< std::size_t > classMap
 Original 1-based class label of each surviving class, in the new order.
double threads = 0.0
 Wexp, the largest total queue length seen.

Detailed Description

The prepared sample set, plus what the preparation had to decide.

Definition at line 58 of file infer_minps_setup.h.

Member Data Documentation

◆ classMap

std::vector<std::size_t> line::api::MinpsSetup::classMap

Original 1-based class label of each surviving class, in the new order.

Definition at line 62 of file infer_minps_setup.h.

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

◆ lambda

std::vector<double> line::api::MinpsSetup::lambda

per-surviving-class think-time rate

Definition at line 60 of file infer_minps_setup.h.

Referenced by line::api::infer_minps_from_trace(), and line::api::infer_minps_setup().

◆ samples

std::vector<MlpsSample> line::api::MinpsSetup::samples

sorted by arrival time, window applied

Definition at line 59 of file infer_minps_setup.h.

Referenced by line::api::infer_minps_from_trace(), and line::api::infer_minps_setup().

◆ threads

double line::api::MinpsSetup::threads = 0.0

Wexp, the largest total queue length seen.

Definition at line 63 of file infer_minps_setup.h.

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


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