LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::qsys::MmccRetrialFpResult< T > Struct Template Reference

Return value of qsys_mmcc_retrial_fp, mirroring the three MATLAB outputs. More...

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

Collaboration diagram for line::qsys::MmccRetrialFpResult< T >:

Public Attributes

blockingProbability
 B((lambda + r)/mu, c).
retrialRate
 r, the extra arrival rate contributed by the orbit
std::size_t iterations
 iterations performed, = maxiter when unconverged
bool converged
 whether the successive-difference test was met

Detailed Description

template<class T>
struct line::qsys::MmccRetrialFpResult< T >

Return value of qsys_mmcc_retrial_fp, mirroring the three MATLAB outputs.

Definition at line 52 of file qsys_mmcc_retrial_fp.h.

Member Data Documentation

◆ blockingProbability

template<class T>
T line::qsys::MmccRetrialFpResult< T >::blockingProbability

B((lambda + r)/mu, c).

Definition at line 53 of file qsys_mmcc_retrial_fp.h.

Referenced by line::qsys::qsys_mmcc_retrial_fp().

◆ converged

template<class T>
bool line::qsys::MmccRetrialFpResult< T >::converged

whether the successive-difference test was met

Definition at line 56 of file qsys_mmcc_retrial_fp.h.

Referenced by line::qsys::qsys_mmcc_retrial_fp().

◆ iterations

template<class T>
std::size_t line::qsys::MmccRetrialFpResult< T >::iterations

iterations performed, = maxiter when unconverged

Definition at line 55 of file qsys_mmcc_retrial_fp.h.

Referenced by line::qsys::qsys_mmcc_retrial_fp().

◆ retrialRate

template<class T>
T line::qsys::MmccRetrialFpResult< T >::retrialRate

r, the extra arrival rate contributed by the orbit

Definition at line 54 of file qsys_mmcc_retrial_fp.h.

Referenced by line::qsys::qsys_mmcc_retrial_fp().


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