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

The three things Cohen's formula needs from the required-service-time law: its mean, its squared coefficient of variation, and its CDF. More...

#include <line/api/qsys/qsys_ldps_workload.h>

Collaboration diagram for line::qsys::WorkloadServiceLaw< T >:

Public Attributes

mean
scv
std::function< T(const T &)> cdf

Detailed Description

template<class T>
struct line::qsys::WorkloadServiceLaw< T >

The three things Cohen's formula needs from the required-service-time law: its mean, its squared coefficient of variation, and its CDF.

Definition at line 83 of file qsys_ldps_workload.h.

Member Data Documentation

◆ cdf

template<class T>
std::function<T(const T&)> line::qsys::WorkloadServiceLaw< T >::cdf

Definition at line 86 of file qsys_ldps_workload.h.

Referenced by line::qsys::qsys_ldps_workload().

◆ mean

template<class T>
T line::qsys::WorkloadServiceLaw< T >::mean

Definition at line 84 of file qsys_ldps_workload.h.

Referenced by line::qsys::qsys_ldps_workload().

◆ scv

template<class T>
T line::qsys::WorkloadServiceLaw< T >::scv

Definition at line 85 of file qsys_ldps_workload.h.

Referenced by line::qsys::qsys_ldps_workload().


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