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

Options of qsys_mg1_ps, mirroring the reference's name-value pairs. More...

#include <line/api/qsys/qsys_mg1_ps.h>

Collaboration diagram for line::qsys::Mg1PsOptions:

Public Attributes

std::vector< double > x
 service requirements to condition on
std::vector< double > s
 transform arguments to tabulate the LST at
std::vector< double > t
 times to evaluate the sojourn distribution at
std::size_t nterms = 41
 function evaluations per numerical inversion, ODD
std::function< double(double)> pdf
 Service density, needed to remove the conditioning on a callback path.

Detailed Description

Options of qsys_mg1_ps, mirroring the reference's name-value pairs.

Definition at line 88 of file qsys_mg1_ps.h.

Member Data Documentation

◆ nterms

std::size_t line::qsys::Mg1PsOptions::nterms = 41

function evaluations per numerical inversion, ODD

Definition at line 92 of file qsys_mg1_ps.h.

◆ pdf

std::function<double(double)> line::qsys::Mg1PsOptions::pdf

Service density, needed to remove the conditioning on a callback path.

Definition at line 94 of file qsys_mg1_ps.h.

◆ s

std::vector<double> line::qsys::Mg1PsOptions::s

transform arguments to tabulate the LST at

Definition at line 90 of file qsys_mg1_ps.h.

◆ t

std::vector<double> line::qsys::Mg1PsOptions::t

times to evaluate the sojourn distribution at

Definition at line 91 of file qsys_mg1_ps.h.

◆ x

std::vector<double> line::qsys::Mg1PsOptions::x

service requirements to condition on

Definition at line 89 of file qsys_mg1_ps.h.


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