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

Options the estimator reads; only the cutoff matters. More...

#include <line/api/mc/ctmc_state_space_logsize.h>

Public Attributes

double cutoff = -1.0
 < 0 or non-finite = not given, take the solver default

Detailed Description

Options the estimator reads; only the cutoff matters.

Definition at line 138 of file ctmc_state_space_logsize.h.

Member Data Documentation

◆ cutoff

double line::mc::CtmcSizeOptions::cutoff = -1.0

< 0 or non-finite = not given, take the solver default

Definition at line 139 of file ctmc_state_space_logsize.h.

Referenced by line::ctmc::solve_struct().


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