LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::ctmc::CtmcCftpOptions Struct Reference

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.

Detailed Description

The knobs of one perfect-sampling run.

Definition at line 69 of file solver_ctmc_cftp.h.

Member Data Documentation

◆ samples

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().

◆ seed

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().


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