Skip to content

Commit

Permalink
support for assume-defined flag (#758)
Browse files Browse the repository at this point in the history
  • Loading branch information
PetarMax authored Aug 8, 2024
1 parent 97327bc commit 7ca595c
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 @@ -453,6 +453,7 @@ def create_kcfg_explore() -> KCFGExplore:
progress=progress,
task_id=task,
maintenance_rate=options.maintenance_rate,
assume_defined=options.assume_defined,
)

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

0 comments on commit 7ca595c

Please sign in to comment.