![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Files | |
| wf_analyzer.h | |
| The workflow analyzer: detect every pattern, collapse them, report the two complexities and the recommendations that follow. | |
| wf_auto_integration.h | |
| Workflow-aware solver recommendation: the port of jar/src/main/java/jline/api/wf/Wf_auto_integration.java. | |
| wf_branch_detector.h | |
| Branch (probabilistic choice) pattern detection in a workflow network. | |
| wf_link_matrix.h | |
| Shared conventions of the workflow pattern detectors. | |
| wf_loop_detector.h | |
| Loop pattern detection in a workflow network. | |
| wf_parallel_detector.h | |
| Parallel (fork-join) pattern detection in a workflow network. | |
| wf_pattern_updater.h | |
| Collapse the detected workflow patterns and convolve their service laws. | |
| wf_sequence_detector.h | |
| Sequence pattern detection in a workflow network. | |
| workflow_manager.h | |
| The workflow facade: the port of jar/src/main/java/jline/api/wf/WorkflowManager.java. | |