Skip to content

Commit

Permalink
Fix for MDP counter examples
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGreatfpmK committed Nov 25, 2024
1 parent c98d149 commit 77dfa60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ std::pair<bool,bool> CounterexampleGeneratorMdp<ValueType,StateType>::expandAndC
this->timer_model_check.stop();
storm::modelchecker::ExplicitQuantitativeCheckResult<ValueType>& model_check_result = this->hint_result->template asExplicitQuantitativeCheckResult<ValueType>();

auto comparisonType = this->formula_modified[index]->asOperatorFormula().getComparisonType();
auto comparisonType = this->formula_modified[formula_index]->asOperatorFormula().getComparisonType();

bool satisfied;
if(this->formula_safety[formula_index]) {
Expand Down

0 comments on commit 77dfa60

Please sign in to comment.