![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The inner solver's knobs, carried through untranslated. More...
#include <line/solvers/uq/uq_dispatch.h>
Public Attributes | |
| std::string | solver |
| mva | nc | mam | ba | ctmc | fluid | ssa. | |
| std::string | method |
| The method WITHIN that solver; empty or default leaves its own default. | |
| double | tol = -1.0 |
| < 0 = not given | |
| double | iter_tol = -1.0 |
| int | iter_max = -1 |
| std::size_t | samples = 0 |
| ssa run length; 0 = not given | |
| unsigned long | seed = 0 |
| ssa stream; 0 = not given | |
| double | cutoff = -1.0 |
| ctmc open-population cutoff; < 0 = not given | |
The inner solver's knobs, carried through untranslated.
Definition at line 65 of file uq_dispatch.h.
| double line::uq::UqStageOptions::cutoff = -1.0 |
ctmc open-population cutoff; < 0 = not given
Definition at line 75 of file uq_dispatch.h.
Referenced by line::uq::uq_stage_solver().
| int line::uq::UqStageOptions::iter_max = -1 |
Definition at line 72 of file uq_dispatch.h.
Referenced by line::uq::uq_stage_solver().
| double line::uq::UqStageOptions::iter_tol = -1.0 |
Definition at line 71 of file uq_dispatch.h.
Referenced by line::uq::uq_stage_solver().
| std::string line::uq::UqStageOptions::method |
The method WITHIN that solver; empty or default leaves its own default.
Definition at line 69 of file uq_dispatch.h.
Referenced by line::uq::uq_stage_solver().
| std::size_t line::uq::UqStageOptions::samples = 0 |
ssa run length; 0 = not given
Definition at line 73 of file uq_dispatch.h.
Referenced by line::uq::uq_stage_solver().
| unsigned long line::uq::UqStageOptions::seed = 0 |
ssa stream; 0 = not given
Definition at line 74 of file uq_dispatch.h.
Referenced by line::uq::uq_stage_solver().
| std::string line::uq::UqStageOptions::solver |
mva | nc | mam | ba | ctmc | fluid | ssa.
Definition at line 67 of file uq_dispatch.h.
Referenced by line::uq::uq_stage_solver().
| double line::uq::UqStageOptions::tol = -1.0 |
< 0 = not given
Definition at line 70 of file uq_dispatch.h.
Referenced by line::uq::uq_stage_solver().