LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::sim::RunLengthResult< T > Struct Template Reference

Outcome of the run-length plan. More...

#include <line/api/sim/sim_runlength.h>

Collaboration diagram for line::sim::RunLengthResult< T >:

Public Attributes

requiredRunLength
 t*
z
 the two-sided normal quantile used
halfWidth
 the half-width a supplied run buys
achievedRelPrecision
 that half-width over the mean
bool hasRun = false
 whether a run length was supplied

Detailed Description

template<class T>
struct line::sim::RunLengthResult< T >

Outcome of the run-length plan.

Definition at line 63 of file sim_runlength.h.

Member Data Documentation

◆ achievedRelPrecision

template<class T>
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().

◆ halfWidth

template<class T>
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().

◆ hasRun

template<class T>
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().

◆ requiredRunLength

template<class T>
T line::sim::RunLengthResult< T >::requiredRunLength

t*

Definition at line 64 of file sim_runlength.h.

Referenced by line::sim::sim_runlength().

◆ z

template<class T>
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().


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