![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The prepared sample set, plus what the preparation had to decide. More...
#include <line/api/infer/infer_minps_setup.h>
Public Attributes | |
| std::vector< MlpsSample > | samples |
| 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. | |
The prepared sample set, plus what the preparation had to decide.
Definition at line 58 of file infer_minps_setup.h.
| 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().
| 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().
| 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().
| 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().