Skip to content

Commit

Permalink
access the proper target label
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Andriushchenko committed Dec 6, 2023
1 parent 995bda8 commit 36d2e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paynt/quotient/mdp_family.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def assert_mdp_is_deterministic(self, mdp, family):


def build_game_abstraction_solver(self, prop):
target_label = str(prop.formula.subformula.subformula)
target_label = prop.get_target_label()
solver = stormpy.synthesis.GameAbstractionSolver(
self.quotient_mdp, len(self.action_labels), self.choice_to_action, target_label
)
Expand Down

0 comments on commit 36d2e06

Please sign in to comment.