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

One event of the drift. More...

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

Public Attributes

std::size_t minus = 0
std::size_t plus = 0
std::size_t event_idx = 0
 state entry whose g(x) drives this rate
double rate_base = 0.0
 the model-fixed part of the rate

Detailed Description

One event of the drift.

minus and plus are the state entries the event moves a job out of and into. They can coincide – a self-routing class completing and restarting in the same phase – and then the event contributes nothing, which is exactly what the reference's jump column of all zeros contributes.

Definition at line 101 of file fluid_odes.h.

Member Data Documentation

◆ event_idx

◆ minus

◆ plus

◆ rate_base


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