![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Files | |
| aoi_dist2ph.h | |
| MAP to PH conversion for the age-of-information solvers. | |
| aoi_fcfs_dm1.h | |
| Mean, variance and peak Age of Information of a D/M/1 FCFS queue. | |
| aoi_fcfs_gim1.h | |
| Mean Age of Information, its transform and the peak age of a GI/M/1 FCFS queue. | |
| aoi_fcfs_md1.h | |
| Mean, variance and peak Age of Information of an M/D/1 FCFS queue. | |
| aoi_fcfs_mgi1.h | |
| Mean Age of Information, its transform and the peak age of an M/GI/1 FCFS queue. | |
| aoi_fcfs_mm1.h | |
| Mean, variance and peak Age of Information of an M/M/1 FCFS queue. | |
| aoi_lcfsd_gim1.h | |
| Mean and peak Age of Information of a GI/M/1 non-preemptive LCFS queue with discarding (LCFS-D, equivalently GI/M/1/2*). | |
| aoi_lcfsd_mgi1.h | |
| Mean and peak Age of Information of an M/GI/1 non-preemptive LCFS queue with discarding (LCFS-D, equivalently M/GI/1/2*). | |
| aoi_lcfspr_dm1.h | |
| Mean, variance and peak Age of Information of a D/M/1 preemptive LCFS queue. | |
| aoi_lcfspr_gim1.h | |
| Mean Age of Information, its transform and the peak age of a GI/M/1 preemptive LCFS queue. | |
| aoi_lcfspr_md1.h | |
| Mean, variance and peak Age of Information of an M/D/1 preemptive LCFS queue. | |
| aoi_lcfspr_mgi1.h | |
| Mean Age of Information, its transform and the peak age of an M/GI/1 preemptive LCFS queue. | |
| aoi_lcfspr_mm1.h | |
| Mean, variance and peak Age of Information of an M/M/1 preemptive LCFS queue. | |
| aoi_lcfss_gim1.h | |
| Mean and peak Age of Information of a GI/M/1 non-preemptive LCFS queue with set-aside (LCFS-S). | |
| aoi_lcfss_mgi1.h | |
| Mean and peak Age of Information of an M/GI/1 non-preemptive LCFS queue with set-aside (LCFS-S). | |
| aoi_lst_det.h | |
| Laplace-Stieltjes transform of a deterministic (constant) distribution. | |
| aoi_lst_erlang.h | |
| Laplace-Stieltjes transform of an Erlang-k distribution. | |
| aoi_lst_exp.h | |
| Laplace-Stieltjes transform of an exponential distribution. | |
| aoi_lst_ph.h | |
| Laplace-Stieltjes transform of a phase-type distribution PH(alpha, T). | |
| aoi_types.h | |
| Shared return types and arithmetic helpers for the templated Age of Information port. | |