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

The inner solver's knobs, carried through untranslated. More...

#include <line/solvers/uq/uq_dispatch.h>

Collaboration diagram for line::uq::UqStageOptions:

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

Detailed Description

The inner solver's knobs, carried through untranslated.

Definition at line 65 of file uq_dispatch.h.

Member Data Documentation

◆ cutoff

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

◆ iter_max

int line::uq::UqStageOptions::iter_max = -1

Definition at line 72 of file uq_dispatch.h.

Referenced by line::uq::uq_stage_solver().

◆ iter_tol

double line::uq::UqStageOptions::iter_tol = -1.0

Definition at line 71 of file uq_dispatch.h.

Referenced by line::uq::uq_stage_solver().

◆ method

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

◆ samples

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

◆ seed

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

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

◆ tol

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


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