![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Mirrors the Java getLoopStats map. More...
#include <line/api/wf/wf_loop_detector.h>
Public Attributes | |
| std::size_t | numLoops = 0 |
| T | avgLoopProbability = num_traits<T>::from_int(0) |
| T | maxLoopProbability = num_traits<T>::from_int(0) |
| T | minLoopProbability = num_traits<T>::from_int(0) |
| T | avgExpectedIterations = num_traits<T>::from_int(0) |
| T | maxExpectedIterations = num_traits<T>::from_int(0) |
Mirrors the Java getLoopStats map.
Definition at line 62 of file wf_loop_detector.h.
| 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().
| 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().
| 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().
| 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().
| 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().
| 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().