![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The collapsed link matrix and the service law of every surviving node. More...
#include <line/api/wf/wf_pattern_updater.h>
Public Attributes | |
| Matrix< T > | linkMatrix |
| std::map< int, ServiceParameters< T > > | serviceParameters |
The collapsed link matrix and the service law of every surviving node.
Definition at line 85 of file wf_pattern_updater.h.
| Matrix<T> line::wf::UpdatedWorkflow< T >::linkMatrix |
Definition at line 86 of file wf_pattern_updater.h.
Referenced by line::wf::get_update_stats(), line::wf::optimized_complexity(), line::wf::update_patterns(), and line::wf::validate_updated_workflow().
| std::map<int, ServiceParameters<T> > line::wf::UpdatedWorkflow< T >::serviceParameters |
Definition at line 87 of file wf_pattern_updater.h.
Referenced by line::wf::get_update_stats(), line::wf::optimized_complexity(), line::wf::update_patterns(), and line::wf::validate_updated_workflow().