There's an updated and trimmed down version of Split Miner with an updated CLI to try, https://github.com/iharsuvorau/split-miner. It includes both versions of Split Miner, v1 and v2.
Integrating it into Simod:
would remove the need to use Xvfb, virtual X server, hence, simplifying the setup of the environment
would allow to package Simod as a Python PyPI package if we bring along a jar artifact, hence, simplifying installation of Simod
would fix an error with a comparison that Split Miner sometimes throws from its jgraph dependency
Acceptance criteria:
[x] New Split Miner CLI tool is integrated into Simod
[x] Quality metrics of control-flow discovery haven't degraded
[ ] PyPI package of Simod is available and runnable on Linux and Windows
There's an updated and trimmed down version of Split Miner with an updated CLI to try, https://github.com/iharsuvorau/split-miner. It includes both versions of Split Miner, v1 and v2.
Integrating it into Simod:
Acceptance criteria: