![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Both age laws of one system, with the policy parameter that produced them. More...
#include <line/solvers/fluid/fluid_aoi.h>
Public Attributes | |
| AoiMe | aoi |
| AoiMe | paoi |
| std::string | system_type |
| "bufferless" or "singlebuffer" | |
| double | preemption = std::numeric_limits<double>::quiet_NaN() |
Both age laws of one system, with the policy parameter that produced them.
Definition at line 263 of file fluid_aoi.h.
| AoiMe line::fluid::AoiSolution::aoi |
Definition at line 264 of file fluid_aoi.h.
Referenced by line::fluid::aoi_solve_bufferless(), and line::fluid::aoi_solve_singlebuffer().
| AoiMe line::fluid::AoiSolution::paoi |
Definition at line 264 of file fluid_aoi.h.
Referenced by line::fluid::aoi_solve_bufferless(), and line::fluid::aoi_solve_singlebuffer().
| double line::fluid::AoiSolution::preemption = std::numeric_limits<double>::quiet_NaN() |
Definition at line 266 of file fluid_aoi.h.
Referenced by line::fluid::aoi_solve_bufferless(), and line::fluid::aoi_solve_singlebuffer().
| std::string line::fluid::AoiSolution::system_type |
"bufferless" or "singlebuffer"
Definition at line 265 of file fluid_aoi.h.
Referenced by line::fluid::aoi_solve_bufferless(), and line::fluid::aoi_solve_singlebuffer().