![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
[meanAoI, lstAoI, peakAoI], mirroring jline.api.aoi.AoiLstResult. More...
#include <line/api/aoi/aoi_types.h>
Public Attributes | |
| T | meanAoI |
| T | peakAoI |
| Lst< T > | lstAoI |
| bool | has_lst |
[meanAoI, lstAoI, peakAoI], mirroring jline.api.aoi.AoiLstResult.
has_lst is false for the LCFS-D and LCFS-S disciplines, where MATLAB returns [] because the transform has no tractable closed form.
Definition at line 58 of file aoi_types.h.
| bool line::aoi::AoiLstResult< T >::has_lst |
Definition at line 62 of file aoi_types.h.
| Lst<T> line::aoi::AoiLstResult< T >::lstAoI |
Definition at line 61 of file aoi_types.h.
| T line::aoi::AoiLstResult< T >::meanAoI |
Definition at line 59 of file aoi_types.h.
| T line::aoi::AoiLstResult< T >::peakAoI |
Definition at line 60 of file aoi_types.h.