![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
One alternative of a branch: the node and its probability. More...
#include <line/api/wf/wf_branch_detector.h>
Public Attributes | |
| bool | valid = false |
| int | node = -1 |
| T | probability = num_traits<T>::from_int(0) |
One alternative of a branch: the node and its probability.
Definition at line 88 of file wf_branch_detector.h.
| int line::wf::BranchAlternative< T >::node = -1 |
Definition at line 90 of file wf_branch_detector.h.
Referenced by line::wf::find_least_probable_branch(), and line::wf::find_most_probable_branch().
| T line::wf::BranchAlternative< T >::probability = num_traits<T>::from_int(0) |
Definition at line 91 of file wf_branch_detector.h.
Referenced by line::wf::find_least_probable_branch(), and line::wf::find_most_probable_branch().
| bool line::wf::BranchAlternative< T >::valid = false |
Definition at line 89 of file wf_branch_detector.h.
Referenced by line::wf::find_least_probable_branch(), and line::wf::find_most_probable_branch().