Tags: AutomatedProcessImprovement/Simod
Tags
Merge pull request #171 from AutomatedProcessImprovement/control-flow… …-discovery-fix Control flow discovery fix 1. Do not escape paths with double quotes in non-Windows systems to avoid errors. 2. Discovery of final BPS model now uses the correct XES log transformation when SplitMiner1 is the discovery algorithm (previously, it created a XES with both start and end events, and SplitMiner interpreted this as self-loops in all activities).
Add BPMN DI layout generation at the end of the Simod run. Closes #154 The current problem was that (a) SplitMiner CLI tool didn't generate BPMN DI part of the BPMN; (b) during the extraneous timers discovery new elements are added to the control flow, so a new layout generation has been required. This commit adds a Java dependency to run on a BPMN file with the control flow to add the generated diagram in the XML format.
Fix bug with granule_size specification when fuzzy calendars The granule size was only being specified in the Resource Model optimization. The value was set to 15 by default in both the Extraneous Delays and final BPS model, even when the best Resource Model result was obtained with a different granule, for example, of 60 minutes.
PreviousNext