We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
KEVMSemantics
KontrolSemantics
1 parent bc3d8db commit 9d59a56Copy full SHA for 9d59a56
src/kontrol/prove.py
@@ -481,7 +481,7 @@ def create_kcfg_explore() -> KCFGExplore:
481
progress.update(task, advance=1, status='Finished')
482
483
if options.minimize_proofs or options.config_type == ConfigType.SUMMARY_CONFIG:
484
- proof.minimize_kcfg(heuristics=KEVMSemantics(), merge=True)
+ proof.minimize_kcfg(heuristics=KontrolSemantics(), merge=True)
485
486
if start_time is not None:
487
end_time = time.time()
0 commit comments