![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
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 |
Per-pattern-family complexity, one entry of the report's patternComplexity.
Definition at line 90 of file workflow_manager.h.
| double line::wf::PatternComplexityEntry::complexity = 0.0 |
Definition at line 93 of file workflow_manager.h.
Referenced by line::wf::generate_complexity_report().
| std::size_t line::wf::PatternComplexityEntry::count = 0 |
Definition at line 91 of file workflow_manager.h.
Referenced by line::wf::generate_complexity_report().
| 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().