![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Mirrors the Java getBranchStats map. More...
#include <line/api/wf/wf_branch_detector.h>
Public Attributes | |
| std::size_t | numPatterns = 0 |
| std::size_t | totalBranchNodes = 0 |
| T | avgBranches = num_traits<T>::from_int(0) |
| std::size_t | maxBranches = 0 |
| std::size_t | minBranches = 0 |
| T | avgEntropy = num_traits<T>::from_int(0) |
| T | avgBalance = num_traits<T>::from_int(0) |
Mirrors the Java getBranchStats map.
Definition at line 76 of file wf_branch_detector.h.
| T line::wf::BranchStats< T >::avgBalance = num_traits<T>::from_int(0) |
Definition at line 83 of file wf_branch_detector.h.
Referenced by line::wf::get_branch_stats().
| T line::wf::BranchStats< T >::avgBranches = num_traits<T>::from_int(0) |
Definition at line 79 of file wf_branch_detector.h.
Referenced by line::wf::get_branch_stats().
| T line::wf::BranchStats< T >::avgEntropy = num_traits<T>::from_int(0) |
Definition at line 82 of file wf_branch_detector.h.
Referenced by line::wf::get_branch_stats().
| std::size_t line::wf::BranchStats< T >::maxBranches = 0 |
Definition at line 80 of file wf_branch_detector.h.
Referenced by line::wf::get_branch_stats().
| std::size_t line::wf::BranchStats< T >::minBranches = 0 |
Definition at line 81 of file wf_branch_detector.h.
Referenced by line::wf::get_branch_stats().
| std::size_t line::wf::BranchStats< T >::numPatterns = 0 |
Definition at line 77 of file wf_branch_detector.h.
Referenced by line::wf::get_branch_stats().
| std::size_t line::wf::BranchStats< T >::totalBranchNodes = 0 |
Definition at line 78 of file wf_branch_detector.h.
Referenced by line::wf::get_branch_stats().