LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::wf::PatternComplexityEntry Struct Reference

Per-pattern-family complexity, one entry of the report's patternComplexity. More...

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

Public Attributes

std::size_t count = 0
std::size_t totalNodes = 0
 totalBranches for the branch family
double complexity = 0.0

Detailed Description

Per-pattern-family complexity, one entry of the report's patternComplexity.

Definition at line 90 of file workflow_manager.h.

Member Data Documentation

◆ complexity

double line::wf::PatternComplexityEntry::complexity = 0.0

Definition at line 93 of file workflow_manager.h.

Referenced by line::wf::generate_complexity_report().

◆ count

std::size_t line::wf::PatternComplexityEntry::count = 0

Definition at line 91 of file workflow_manager.h.

Referenced by line::wf::generate_complexity_report().

◆ totalNodes

std::size_t line::wf::PatternComplexityEntry::totalNodes = 0

totalBranches for the branch family

Definition at line 92 of file workflow_manager.h.

Referenced by line::wf::generate_complexity_report().


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