![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Which measures to compute, and the numerical options. More...
#include <line/api/mam/mfq_prio_queue.h>
Public Attributes | |
| std::size_t | flMoms = 0 |
| number of fluid level moments, 0 = not wanted | |
| std::vector< double > | flDistr |
| levels at which the fluid CDF is wanted | |
| std::size_t | stMoms = 0 |
| number of sojourn time moments | |
| std::vector< double > | stDistr |
| times at which the sojourn CDF is wanted | |
| double | prec = 1e-14 |
| Riccati and matrix-quadratic tolerance. | |
| std::size_t | erlMaxOrder = 200 |
| Erlang order of the erlangization. | |
| std::vector< std::size_t > | classes |
| 1-based classes to analyze, empty = all | |
Which measures to compute, and the numerical options.
Definition at line 90 of file mfq_prio_queue.h.
| std::vector<std::size_t> line::mam::FluidPrioOptions::classes |
1-based classes to analyze, empty = all
Definition at line 97 of file mfq_prio_queue.h.
Referenced by line::fluid::fluid_mfq_prio().
| std::size_t line::mam::FluidPrioOptions::erlMaxOrder = 200 |
Erlang order of the erlangization.
Definition at line 96 of file mfq_prio_queue.h.
| std::vector<double> line::mam::FluidPrioOptions::flDistr |
levels at which the fluid CDF is wanted
Definition at line 92 of file mfq_prio_queue.h.
| std::size_t line::mam::FluidPrioOptions::flMoms = 0 |
number of fluid level moments, 0 = not wanted
Definition at line 91 of file mfq_prio_queue.h.
Referenced by line::fluid::fluid_mfq_prio().
| double line::mam::FluidPrioOptions::prec = 1e-14 |
Riccati and matrix-quadratic tolerance.
Definition at line 95 of file mfq_prio_queue.h.
Referenced by line::fluid::fluid_mfq_prio().
| std::vector<double> line::mam::FluidPrioOptions::stDistr |
times at which the sojourn CDF is wanted
Definition at line 94 of file mfq_prio_queue.h.
| std::size_t line::mam::FluidPrioOptions::stMoms = 0 |
number of sojourn time moments
Definition at line 93 of file mfq_prio_queue.h.
Referenced by line::fluid::fluid_mfq_prio().