![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
1/(1-p), with the p >= 1 divergence reported rather than encoded. More...
#include <line/api/wf/wf_loop_detector.h>
Public Attributes | |
| bool | infinite = false |
| T | value = num_traits<T>::from_int(0) |
1/(1-p), with the p >= 1 divergence reported rather than encoded.
Definition at line 55 of file wf_loop_detector.h.
| bool line::wf::ExpectedIterations< T >::infinite = false |
Definition at line 56 of file wf_loop_detector.h.
Referenced by line::wf::get_expected_loop_iterations(), and line::wf::get_loop_stats().
| T line::wf::ExpectedIterations< T >::value = num_traits<T>::from_int(0) |
Definition at line 57 of file wf_loop_detector.h.
Referenced by line::wf::get_expected_loop_iterations(), and line::wf::get_loop_stats().