Skip to content

Commit

Permalink
Update examples/highlevel_models/02-highlevel-models.py
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Volk <[email protected]>
  • Loading branch information
sjunges and volkm authored Jan 3, 2024
1 parent df4d832 commit 7e5f42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/highlevel_models/02-highlevel-models.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def example_highlevel_models():

for v in all_in_one_program.constants:
print(f"Variable {v.name} is {v.definition}")
build_options = options = stormpy.BuilderOptions([p.raw_formula for p in properties])
build_options = stormpy.BuilderOptions([p.raw_formula for p in properties])
build_options.set_build_state_valuations()
sparse_model = stormpy.build_sparse_model_with_options(all_in_one_program, build_options)
print(sparse_model)
Expand Down

0 comments on commit 7e5f42b

Please sign in to comment.