![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Statistics of one update pass; the Java getUpdateStats map. More...
#include <line/api/wf/wf_pattern_updater.h>
Public Attributes | |
| std::size_t | originalLinks = 0 |
| std::size_t | updatedLinks = 0 |
| long | linksReduced = 0 |
| std::size_t | serviceNodes = 0 |
| T | reductionRatio = num_traits<T>::from_int(0) |
Statistics of one update pass; the Java getUpdateStats map.
Definition at line 92 of file wf_pattern_updater.h.
| long line::wf::UpdateStats< T >::linksReduced = 0 |
Definition at line 95 of file wf_pattern_updater.h.
Referenced by line::wf::get_update_stats().
| std::size_t line::wf::UpdateStats< T >::originalLinks = 0 |
Definition at line 93 of file wf_pattern_updater.h.
Referenced by line::wf::get_update_stats().
| T line::wf::UpdateStats< T >::reductionRatio = num_traits<T>::from_int(0) |
Definition at line 97 of file wf_pattern_updater.h.
Referenced by line::wf::get_update_stats().
| std::size_t line::wf::UpdateStats< T >::serviceNodes = 0 |
Definition at line 96 of file wf_pattern_updater.h.
Referenced by line::wf::get_update_stats().
| std::size_t line::wf::UpdateStats< T >::updatedLinks = 0 |
Definition at line 94 of file wf_pattern_updater.h.
Referenced by line::wf::get_update_stats().