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

Return value of qsys_ldps_workload, mirroring the three MATLAB outputs. More...

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

Public Attributes

std::vector< T > F
 F(j) = P{psi <= t(j)}; F(0) = p(0) when t(0) = 0.
std::vector< T > t
 grid at which F is reported
std::vector< T > p
 p(h) = P{x = h}, h = 0..N, the number in system

Detailed Description

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

Return value of qsys_ldps_workload, mirroring the three MATLAB outputs.

Definition at line 91 of file qsys_ldps_workload.h.

Member Data Documentation

◆ F

template<class T>
std::vector<T> line::qsys::LdpsWorkloadResult< T >::F

F(j) = P{psi <= t(j)}; F(0) = p(0) when t(0) = 0.

Definition at line 92 of file qsys_ldps_workload.h.

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

◆ p

template<class T>
std::vector<T> line::qsys::LdpsWorkloadResult< T >::p

p(h) = P{x = h}, h = 0..N, the number in system

Definition at line 94 of file qsys_ldps_workload.h.

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

◆ t

template<class T>
std::vector<T> line::qsys::LdpsWorkloadResult< T >::t

grid at which F is reported

Definition at line 93 of file qsys_ldps_workload.h.

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


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