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

Everything the four detectors found. More...

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

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

Public Attributes

std::vector< std::vector< int > > sequences
std::vector< std::vector< int > > parallels
std::vector< int > loops
std::vector< BranchPattern< T > > branches

Detailed Description

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

Everything the four detectors found.

Definition at line 71 of file wf_analyzer.h.

Member Data Documentation

◆ branches

◆ loops

◆ parallels

◆ sequences


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