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

1/(1-p), with the p >= 1 divergence reported rather than encoded. More...

#include <line/api/wf/wf_loop_detector.h>

Collaboration diagram for line::wf::ExpectedIterations< T >:

Public Attributes

bool infinite = false
value = num_traits<T>::from_int(0)

Detailed Description

template<class T>
struct line::wf::ExpectedIterations< T >

1/(1-p), with the p >= 1 divergence reported rather than encoded.

Definition at line 55 of file wf_loop_detector.h.

Member Data Documentation

◆ infinite

template<class T>
bool line::wf::ExpectedIterations< T >::infinite = false

◆ value

template<class T>
T line::wf::ExpectedIterations< T >::value = num_traits<T>::from_int(0)

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