Skip to content

Commit

Permalink
Merge branch 'master' into game-abstraction
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Andriushchenko committed Dec 6, 2023
2 parents f6ea690 + 5ec0aa9 commit 995bda8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions paynt/quotient/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def initialize(cls, specification):
cls.builder_options.set_build_state_valuations(True)
cls.builder_options.set_add_overlapping_guards_label()
cls.builder_options.set_build_observation_valuations(True)
# cls.builder_options.set_exploration_checks(True)

# model checking environment
cls.environment = stormpy.Environment()
Expand Down

0 comments on commit 995bda8

Please sign in to comment.