![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
What the recommendation returns: the choice and why. More...
#include <line/api/wf/wf_auto_integration.h>
Public Attributes | |
| WfSolver | recommendedSolver = WfSolver::MVA |
| double | confidence = 0.0 |
| std::vector< std::string > | reasoning |
| WorkflowFeatures< T > | workflowFeatures |
| std::vector< WfSolver > | alternativeSolvers |
| at most three, the reference's cap | |
What the recommendation returns: the choice and why.
Definition at line 106 of file wf_auto_integration.h.
| std::vector<WfSolver> line::wf::ExtendedSolverRecommendation< T >::alternativeSolvers |
at most three, the reference's cap
Definition at line 111 of file wf_auto_integration.h.
Referenced by line::wf::enhance_recommendation_with_workflow().
| double line::wf::ExtendedSolverRecommendation< T >::confidence = 0.0 |
Definition at line 108 of file wf_auto_integration.h.
Referenced by line::wf::calculate_performance_metrics(), line::wf::enhance_recommendation_with_workflow(), and line::wf::validate_workflow_enhancement().
| std::vector<std::string> line::wf::ExtendedSolverRecommendation< T >::reasoning |
Definition at line 109 of file wf_auto_integration.h.
Referenced by line::wf::enhance_recommendation_with_workflow(), and line::wf::validate_workflow_enhancement().
| WfSolver line::wf::ExtendedSolverRecommendation< T >::recommendedSolver = WfSolver::MVA |
Definition at line 107 of file wf_auto_integration.h.
Referenced by line::wf::enhance_recommendation_with_workflow().
| WorkflowFeatures<T> line::wf::ExtendedSolverRecommendation< T >::workflowFeatures |
Definition at line 110 of file wf_auto_integration.h.
Referenced by line::wf::enhance_recommendation_with_workflow().