![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
One arc of the environment process. More...
#include <line/lang/qn/environment.h>
Public Attributes | |
| bool | enabled = false |
| lang::Distrib< T > | dist |
| the e -> h transition time | |
| ResetMarginal | reset |
| empty means the identity | |
| ResetEnvRates< T > | reset_rates |
| empty means the rate does not depend on the state | |
One arc of the environment process.
Definition at line 179 of file environment.h.
| lang::Distrib<T> line::env::EnvArc< T >::dist |
the e -> h transition time
Definition at line 181 of file environment.h.
| bool line::env::EnvArc< T >::enabled = false |
Definition at line 180 of file environment.h.
| ResetMarginal line::env::EnvArc< T >::reset |
empty means the identity
Definition at line 182 of file environment.h.
| ResetEnvRates<T> line::env::EnvArc< T >::reset_rates |
empty means the rate does not depend on the state
Definition at line 183 of file environment.h.