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

Mirrors the Java getLoopStats map. More...

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

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

Public Attributes

std::size_t numLoops = 0
avgLoopProbability = num_traits<T>::from_int(0)
maxLoopProbability = num_traits<T>::from_int(0)
minLoopProbability = num_traits<T>::from_int(0)
avgExpectedIterations = num_traits<T>::from_int(0)
maxExpectedIterations = num_traits<T>::from_int(0)

Detailed Description

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

Mirrors the Java getLoopStats map.

Definition at line 62 of file wf_loop_detector.h.

Member Data Documentation

◆ avgExpectedIterations

template<class T>
T line::wf::LoopStats< T >::avgExpectedIterations = num_traits<T>::from_int(0)

Definition at line 67 of file wf_loop_detector.h.

Referenced by line::wf::get_loop_stats().

◆ avgLoopProbability

template<class T>
T line::wf::LoopStats< T >::avgLoopProbability = num_traits<T>::from_int(0)

Definition at line 64 of file wf_loop_detector.h.

Referenced by line::wf::get_loop_stats().

◆ maxExpectedIterations

template<class T>
T line::wf::LoopStats< T >::maxExpectedIterations = num_traits<T>::from_int(0)

Definition at line 68 of file wf_loop_detector.h.

Referenced by line::wf::get_loop_stats().

◆ maxLoopProbability

template<class T>
T line::wf::LoopStats< T >::maxLoopProbability = num_traits<T>::from_int(0)

Definition at line 65 of file wf_loop_detector.h.

Referenced by line::wf::get_loop_stats().

◆ minLoopProbability

template<class T>
T line::wf::LoopStats< T >::minLoopProbability = num_traits<T>::from_int(0)

Definition at line 66 of file wf_loop_detector.h.

Referenced by line::wf::get_loop_stats().

◆ numLoops

template<class T>
std::size_t line::wf::LoopStats< T >::numLoops = 0

Definition at line 63 of file wf_loop_detector.h.

Referenced by line::wf::get_loop_stats().


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