![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Return value of qsys_mmcc_retrial_fp, mirroring the three MATLAB outputs. More...
#include <line/api/qsys/qsys_mmcc_retrial_fp.h>
Public Attributes | |
| T | blockingProbability |
| B((lambda + r)/mu, c). | |
| T | 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 | |
Return value of qsys_mmcc_retrial_fp, mirroring the three MATLAB outputs.
Definition at line 52 of file qsys_mmcc_retrial_fp.h.
| 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().
| 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().
| 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().
| 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().