Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion HybridSiminPmSharedMaterialforReview/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A proof of concept example for updating the DES model of a process based on the
- The DES and SD models are taken as input.
- For the ease of use and performing experiments with your desired process, the following supports are provided:
- To generate a CPN model of your process and the corresponding SML file using an event log, you can use the following link, in case of any specific scenario you need to change the process model in the CPN Tools. The link only generates a CPN model based on the given event log, further desired changes should be done by the user.
-- https://cpn-model-process-discovery-1.herokuapp.com/generate-cpn-model/
- https://cpn-model-process-discovery-1.herokuapp.com/generate-cpn-model/
- In case you want to generate your SD Logs and SD models, this tool supports you https://github.com/mbafrani/PMSD
- Note that you need to make sure that there are common variables names, e.g., service time, arrival rate, ..., are in both models that can be updated.
- To run the current example:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ parso==0.8.1
pathspec==0.9.0
patsy==0.5.2
pickleshare==0.7.5
Pillow==8.1.0
Pillow==9.0.0
pip==21.2.2
platformdirs==2.4.0
pm4py==2.2.17
Expand Down