![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Outcome of the run-length plan. More...
#include <line/api/sim/sim_runlength.h>
Public Attributes | |
| T | requiredRunLength |
| t* | |
| T | z |
| the two-sided normal quantile used | |
| T | halfWidth |
| the half-width a supplied run buys | |
| T | achievedRelPrecision |
| that half-width over the mean | |
| bool | hasRun = false |
| whether a run length was supplied | |
Outcome of the run-length plan.
Definition at line 63 of file sim_runlength.h.
| T line::sim::RunLengthResult< T >::achievedRelPrecision |
that half-width over the mean
Definition at line 67 of file sim_runlength.h.
Referenced by line::sim::sim_runlength().
| T line::sim::RunLengthResult< T >::halfWidth |
the half-width a supplied run buys
Definition at line 66 of file sim_runlength.h.
Referenced by line::sim::sim_runlength().
| bool line::sim::RunLengthResult< T >::hasRun = false |
whether a run length was supplied
Definition at line 68 of file sim_runlength.h.
Referenced by line::sim::sim_runlength().
| T line::sim::RunLengthResult< T >::requiredRunLength |
| T line::sim::RunLengthResult< T >::z |
the two-sided normal quantile used
Definition at line 65 of file sim_runlength.h.
Referenced by line::sim::sim_runlength().