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

Statistics of one update pass; the Java getUpdateStats map. More...

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

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

Public Attributes

std::size_t originalLinks = 0
std::size_t updatedLinks = 0
long linksReduced = 0
std::size_t serviceNodes = 0
reductionRatio = num_traits<T>::from_int(0)

Detailed Description

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

Statistics of one update pass; the Java getUpdateStats map.

Definition at line 92 of file wf_pattern_updater.h.

Member Data Documentation

◆ linksReduced

template<class T>
long line::wf::UpdateStats< T >::linksReduced = 0

Definition at line 95 of file wf_pattern_updater.h.

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

◆ originalLinks

template<class T>
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().

◆ reductionRatio

template<class T>
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().

◆ serviceNodes

template<class T>
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().

◆ updatedLinks

template<class T>
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().


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