![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
options.config.nonmkv and friends. More...
#include <line/api/sn/sn_nonmarkov_toph.h>
Public Attributes | |
| bool | enabled = true |
| false is the reference's nonmkv = 'none' | |
| std::size_t | order = 20 |
| nonmkvorder, the phase budget | |
| PhFit | phfit = PhFit::Cme |
| which surrogate family | |
| bool | preserve_det = false |
| Leave Det alone for the exact MAP/D/c branch, options.config.preserveDet. | |
options.config.nonmkv and friends.
Definition at line 100 of file sn_nonmarkov_toph.h.
| bool line::api::NonmarkovOptions::enabled = true |
false is the reference's nonmkv = 'none'
Definition at line 101 of file sn_nonmarkov_toph.h.
| std::size_t line::api::NonmarkovOptions::order = 20 |
nonmkvorder, the phase budget
Definition at line 102 of file sn_nonmarkov_toph.h.
Referenced by line::ag::solver_ag_solve(), line::ctmc::solver_ctmc_analyzer(), line::fluid::solver_fluid(), line::mam::solver_mam_get_cdf_respt(), and line::mam::solver_mam_solve().
| PhFit line::api::NonmarkovOptions::phfit = PhFit::Cme |
which surrogate family
Definition at line 103 of file sn_nonmarkov_toph.h.
Referenced by line::ag::solver_ag_solve(), line::ctmc::solver_ctmc_analyzer(), line::fluid::solver_fluid(), line::mam::solver_mam_get_cdf_respt(), and line::mam::solver_mam_solve().
| bool line::api::NonmarkovOptions::preserve_det = false |
Leave Det alone for the exact MAP/D/c branch, options.config.preserveDet.
The MAM analyzer sets it; every other caller converts.
Definition at line 108 of file sn_nonmarkov_toph.h.
Referenced by line::ag::solver_ag_solve(), line::mam::solver_mam_get_cdf_respt(), and line::mam::solver_mam_solve().