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

Everything analyze_workflow_full returns, i.e. More...

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

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

Public Attributes

WorkflowAnalysis< T > patternAnalysis
ExtendedSolverRecommendation< T > solverRecommendation
OptimizationInsights optimizationInsights
WorkflowPerformanceMetrics performanceMetrics

Detailed Description

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

Everything analyze_workflow_full returns, i.e.

WorkflowAnalysisResult.

Definition at line 82 of file workflow_manager.h.

Member Data Documentation

◆ optimizationInsights

template<class T>
OptimizationInsights line::wf::WorkflowAnalysisResult< T >::optimizationInsights

Definition at line 85 of file workflow_manager.h.

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

◆ patternAnalysis

template<class T>
WorkflowAnalysis<T> line::wf::WorkflowAnalysisResult< T >::patternAnalysis

◆ performanceMetrics

template<class T>
WorkflowPerformanceMetrics line::wf::WorkflowAnalysisResult< T >::performanceMetrics

Definition at line 86 of file workflow_manager.h.

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

◆ solverRecommendation

template<class T>
ExtendedSolverRecommendation<T> line::wf::WorkflowAnalysisResult< T >::solverRecommendation

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