![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The knobs of one perfect-sampling run. More...
#include <line/solvers/ctmc/solver_ctmc_cftp.h>
Public Attributes | |
| std::size_t | samples = 0 |
| Number of iid stationary draws; the reference has no default here. | |
| unsigned long | seed = 23000 |
| Stream seed, so a row is reproducible within this port. | |
The knobs of one perfect-sampling run.
Definition at line 69 of file solver_ctmc_cftp.h.
| std::size_t line::ctmc::CtmcCftpOptions::samples = 0 |
Number of iid stationary draws; the reference has no default here.
Definition at line 71 of file solver_ctmc_cftp.h.
Referenced by line::ctmc::solver_ctmc_cftp().
| unsigned long line::ctmc::CtmcCftpOptions::seed = 23000 |
Stream seed, so a row is reproducible within this port.
Definition at line 73 of file solver_ctmc_cftp.h.
Referenced by line::ctmc::solver_ctmc_cftp().