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

A bound together with the theta that attains it. More...

#include <line/api/snc/snc_types.h>

Public Attributes

double value = 0.0
 The bound: a violation probability, a quantile or a mean bound.
double theta = 0.0
 The minimizing theta, NaN when no feasible theta exists.

Detailed Description

A bound together with the theta that attains it.

Definition at line 51 of file snc_types.h.

Member Data Documentation

◆ theta

double line::snc::SncResult::theta = 0.0

The minimizing theta, NaN when no feasible theta exists.

Definition at line 55 of file snc_types.h.

Referenced by line::snc::snc_bound_backlog(), line::snc::snc_bound_delay(), line::snc::snc_perc_backlog(), and line::snc::snc_perc_delay().

◆ value

double line::snc::SncResult::value = 0.0

The bound: a violation probability, a quantile or a mean bound.

Definition at line 53 of file snc_types.h.

Referenced by line::snc::snc_bound_backlog(), line::snc::snc_bound_delay(), line::snc::snc_perc_backlog(), line::snc::snc_perc_delay(), line::ba::solver_ba_snc(), and line::ba::solver_ba_snc_perc().


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