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

options.config.nonmkv and friends. More...

#include <line/api/sn/sn_nonmarkov_toph.h>

Public Attributes

bool enabled = true
 false is the reference's nonmkv = 'none'
std::size_t order = 20
 nonmkvorder, the phase budget
PhFit phfit = PhFit::Cme
 which surrogate family
bool preserve_det = false
 Leave Det alone for the exact MAP/D/c branch, options.config.preserveDet.

Detailed Description

options.config.nonmkv and friends.

Definition at line 100 of file sn_nonmarkov_toph.h.

Member Data Documentation

◆ enabled

bool line::api::NonmarkovOptions::enabled = true

false is the reference's nonmkv = 'none'

Definition at line 101 of file sn_nonmarkov_toph.h.

◆ order

std::size_t line::api::NonmarkovOptions::order = 20

◆ phfit

◆ preserve_det

bool line::api::NonmarkovOptions::preserve_det = false

Leave Det alone for the exact MAP/D/c branch, options.config.preserveDet.

The MAM analyzer sets it; every other caller converts.

Definition at line 108 of file sn_nonmarkov_toph.h.

Referenced by line::ag::solver_ag_solve(), line::mam::solver_mam_get_cdf_respt(), and line::mam::solver_mam_solve().


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