Skip to content

Commit

Permalink
adding optimize_kcfg
Browse files Browse the repository at this point in the history
  • Loading branch information
PetarMax committed Dec 17, 2024
1 parent 0607285 commit ebbc1b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/kontrol/prove.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@ def create_kcfg_explore() -> KCFGExplore:
maintenance_rate=options.maintenance_rate,
assume_defined=options.assume_defined,
extra_module=extra_lemmas_module,
optimize_kcfg=options.optimize_kcfg
)

if progress is not None and task is not None:
Expand Down

0 comments on commit ebbc1b6

Please sign in to comment.