![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
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. | |
A bound together with the theta that attains it.
Definition at line 51 of file snc_types.h.
| 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().
| 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().