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

Which measures to compute, and the numerical options. More...

#include <line/api/mam/mfq_prio_queue.h>

Collaboration diagram for line::mam::FluidPrioOptions:

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

Detailed Description

Which measures to compute, and the numerical options.

Definition at line 90 of file mfq_prio_queue.h.

Member Data Documentation

◆ classes

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

◆ erlMaxOrder

std::size_t line::mam::FluidPrioOptions::erlMaxOrder = 200

Erlang order of the erlangization.

Definition at line 96 of file mfq_prio_queue.h.

◆ flDistr

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.

◆ flMoms

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

◆ prec

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

◆ stDistr

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.

◆ stMoms

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


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