Browse Source

allowing reachability prob formulas in rpatl

tempestpy_adaptions
Stefan Pranger 4 years ago
parent
commit
1cdfb6b5d4
  1. 3
      src/storm/logic/FragmentSpecification.cpp

3
src/storm/logic/FragmentSpecification.cpp

@ -63,6 +63,9 @@ namespace storm {
rpatl.setLongRunAverageRewardFormulasAllowed(true);
rpatl.setLongRunAverageOperatorsAllowed(true);
rpatl.setProbabilityOperatorsAllowed(true);
rpatl.setReachabilityProbabilityFormulasAllowed(true);
return rpatl;
}

Loading…
Cancel
Save