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

What analyze_workflow returns. More...

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

Public Attributes

WorkflowRepresentation< T > originalWorkflow
DetectedPatterns< T > detectedPatterns
UpdatedWorkflow< T > optimizedWorkflow
WorkflowStatistics< T > statistics

Detailed Description

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

What analyze_workflow returns.

Definition at line 103 of file wf_analyzer.h.

Member Data Documentation

◆ detectedPatterns

◆ optimizedWorkflow

template<class T>
UpdatedWorkflow<T> line::wf::WorkflowAnalysis< T >::optimizedWorkflow

Definition at line 106 of file wf_analyzer.h.

Referenced by line::wf::analyze_workflow(), and line::wf::validate_analysis().

◆ originalWorkflow

template<class T>
WorkflowRepresentation<T> line::wf::WorkflowAnalysis< T >::originalWorkflow

Definition at line 104 of file wf_analyzer.h.

Referenced by line::wf::analyze_workflow(), and line::wf::validate_analysis().

◆ statistics


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