LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::fluid::AoiSolution Struct Reference

Both age laws of one system, with the policy parameter that produced them. More...

#include <line/solvers/fluid/fluid_aoi.h>

Collaboration diagram for line::fluid::AoiSolution:

Public Attributes

AoiMe aoi
AoiMe paoi
std::string system_type
 "bufferless" or "singlebuffer"
double preemption = std::numeric_limits<double>::quiet_NaN()

Detailed Description

Both age laws of one system, with the policy parameter that produced them.

Definition at line 263 of file fluid_aoi.h.

Member Data Documentation

◆ aoi

AoiMe line::fluid::AoiSolution::aoi

◆ paoi

AoiMe line::fluid::AoiSolution::paoi

◆ preemption

double line::fluid::AoiSolution::preemption = std::numeric_limits<double>::quiet_NaN()

◆ system_type

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().


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