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

Stationary law of the three-state overtaking chain, in its own order. More...

#include <line/solvers/ln/lqn_analyzers.h>

Collaboration diagram for line::ln::OvertakeCtmcState< T >:

Public Attributes

idle
phase1
phase2

Detailed Description

template<class T>
struct line::ln::OvertakeCtmcState< T >

Stationary law of the three-state overtaking chain, in its own order.

Definition at line 81 of file lqn_analyzers.h.

Member Data Documentation

◆ idle

template<class T>
T line::ln::OvertakeCtmcState< T >::idle

Definition at line 82 of file lqn_analyzers.h.

Referenced by line::ln::lqn_overtake_ctmc().

◆ phase1

template<class T>
T line::ln::OvertakeCtmcState< T >::phase1

Definition at line 82 of file lqn_analyzers.h.

Referenced by line::ln::lqn_overtake_ctmc().

◆ phase2

template<class T>
T line::ln::OvertakeCtmcState< T >::phase2

Definition at line 82 of file lqn_analyzers.h.

Referenced by line::ln::lqn_overtake_ctmc().


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