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

One alternative of a branch: the node and its probability. More...

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

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

Public Attributes

bool valid = false
int node = -1
probability = num_traits<T>::from_int(0)

Detailed Description

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

One alternative of a branch: the node and its probability.

Definition at line 88 of file wf_branch_detector.h.

Member Data Documentation

◆ node

template<class T>
int line::wf::BranchAlternative< T >::node = -1

◆ probability

template<class T>
T line::wf::BranchAlternative< T >::probability = num_traits<T>::from_int(0)

◆ valid

template<class T>
bool line::wf::BranchAlternative< T >::valid = false

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