![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The result of the many-argument closure. More...
#include <line/solvers/fluid/fluid_petri_system.h>
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. | |
The result of the many-argument closure.
Definition at line 69 of file fluid_petri_system.h.
| 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().
| 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().
| 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().