Skip to content

Commit

Permalink
change KEVMSemantics to KontrolSemantics for minimize_kcfg
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevengre committed Dec 11, 2024
1 parent 32a25d3 commit c70cb16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kontrol/prove.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ def create_kcfg_explore() -> KCFGExplore:
progress.update(task, advance=1, status='Finished')

if options.minimize_proofs or options.config_type == ConfigType.SUMMARY_CONFIG:
proof.minimize_kcfg(heuristics=KEVMSemantics(), merge=True)
proof.minimize_kcfg(heuristics=KontrolSemantics(), merge=True)

if start_time is not None:
end_time = time.time()
Expand Down

0 comments on commit c70cb16

Please sign in to comment.