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

Mirrors the Java BranchPattern. More...

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

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

Public Attributes

std::vector< int > branchNodes
std::vector< T > probabilities
int forkNode = -1
bool hasJoinNode = false
 the Java Integer may be null
int joinNode = -1

Detailed Description

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

Mirrors the Java BranchPattern.

Definition at line 57 of file wf_branch_detector.h.

Member Data Documentation

◆ branchNodes

◆ forkNode

template<class T>
int line::wf::BranchPattern< T >::forkNode = -1

◆ hasJoinNode

template<class T>
bool line::wf::BranchPattern< T >::hasJoinNode = false

the Java Integer may be null

Definition at line 61 of file wf_branch_detector.h.

Referenced by line::wf::detect_branches(), and line::wf::update_patterns().

◆ joinNode

template<class T>
int line::wf::BranchPattern< T >::joinNode = -1

Definition at line 62 of file wf_branch_detector.h.

Referenced by line::wf::detect_branches(), and line::wf::update_patterns().

◆ probabilities


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