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

The result of the many-argument closure. More...

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

Collaboration diagram for line::fluid::petri::MinMulti:

Public Attributes

double h = 0.0
 E[min(X_1,...,X_A,c)].
std::vector< double > g
 dH/dMU(a): the probability that arc a binds
double v = 0.0
 Var[min] before the cap.

Detailed Description

The result of the many-argument closure.

Definition at line 69 of file fluid_petri_system.h.

Member Data Documentation

◆ g

std::vector<double> line::fluid::petri::MinMulti::g

dH/dMU(a): the probability that arc a binds

Definition at line 71 of file fluid_petri_system.h.

Referenced by line::fluid::petri::minmulti_closure(), and line::fluid::petri::petri_theta().

◆ h

double line::fluid::petri::MinMulti::h = 0.0

E[min(X_1,...,X_A,c)].

Definition at line 70 of file fluid_petri_system.h.

Referenced by line::fluid::petri::minmulti_closure(), and line::fluid::petri::petri_theta().

◆ v

double line::fluid::petri::MinMulti::v = 0.0

Var[min] before the cap.

Definition at line 72 of file fluid_petri_system.h.

Referenced by line::fluid::petri::minmulti_closure().


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