LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::env::EnvArc< T > Struct Template Reference

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

Detailed Description

template<class T>
struct line::env::EnvArc< T >

One arc of the environment process.

Definition at line 179 of file environment.h.

Member Data Documentation

◆ dist

template<class T>
lang::Distrib<T> line::env::EnvArc< T >::dist

the e -> h transition time

Definition at line 181 of file environment.h.

◆ enabled

template<class T>
bool line::env::EnvArc< T >::enabled = false

Definition at line 180 of file environment.h.

◆ reset

template<class T>
ResetMarginal line::env::EnvArc< T >::reset

empty means the identity

Definition at line 182 of file environment.h.

◆ reset_rates

template<class T>
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.


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