![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
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>
Public Attributes | |
| T | mean |
| T | scv |
| std::function< T(const T &)> | cdf |
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.
| 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().
| T line::qsys::WorkloadServiceLaw< T >::mean |
Definition at line 84 of file qsys_ldps_workload.h.
Referenced by line::qsys::qsys_ldps_workload().
| T line::qsys::WorkloadServiceLaw< T >::scv |
Definition at line 85 of file qsys_ldps_workload.h.
Referenced by line::qsys::qsys_ldps_workload().