![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The four model facts the base recommendation reads, i.e. More...
#include <line/api/wf/wf_auto_integration.h>
Public Attributes | |
| bool | hasProductForm = false |
| bool | hasSingleChain = false |
| bool | hasMultiChain = false |
| long | totalJobs = 0 |
| double | avgJobsPerChain = 0.0 |
The four model facts the base recommendation reads, i.e.
ModelAnalyzer.
Definition at line 116 of file wf_auto_integration.h.
| double line::wf::WfModelFacts< T >::avgJobsPerChain = 0.0 |
Definition at line 121 of file wf_auto_integration.h.
Referenced by line::wf::wf_base_recommendation(), and line::wf::wf_model_facts().
| bool line::wf::WfModelFacts< T >::hasMultiChain = false |
Definition at line 119 of file wf_auto_integration.h.
Referenced by line::wf::wf_base_recommendation(), and line::wf::wf_model_facts().
| bool line::wf::WfModelFacts< T >::hasProductForm = false |
Definition at line 117 of file wf_auto_integration.h.
Referenced by line::wf::wf_base_recommendation(), and line::wf::wf_model_facts().
| bool line::wf::WfModelFacts< T >::hasSingleChain = false |
Definition at line 118 of file wf_auto_integration.h.
Referenced by line::wf::wf_base_recommendation(), and line::wf::wf_model_facts().
| long line::wf::WfModelFacts< T >::totalJobs = 0 |
Definition at line 120 of file wf_auto_integration.h.
Referenced by line::wf::wf_base_recommendation(), and line::wf::wf_model_facts().