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

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

Detailed Description

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

The four model facts the base recommendation reads, i.e.

ModelAnalyzer.

Definition at line 116 of file wf_auto_integration.h.

Member Data Documentation

◆ avgJobsPerChain

template<class T>
double line::wf::WfModelFacts< T >::avgJobsPerChain = 0.0

◆ hasMultiChain

template<class T>
bool line::wf::WfModelFacts< T >::hasMultiChain = false

◆ hasProductForm

template<class T>
bool line::wf::WfModelFacts< T >::hasProductForm = false

◆ hasSingleChain

template<class T>
bool line::wf::WfModelFacts< T >::hasSingleChain = false

◆ totalJobs

template<class T>
long line::wf::WfModelFacts< T >::totalJobs = 0

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