Browse Source

allow boundedUntilFormulas in rpatl

tempestpy_adaptions
Lukas Posch 3 years ago
committed by Stefan Pranger
parent
commit
3f408d059c
  1. 3
      src/storm/logic/FragmentSpecification.cpp

3
src/storm/logic/FragmentSpecification.cpp

@ -110,6 +110,9 @@ namespace storm {
rpatl.setGloballyFormulasAllowed(true);
rpatl.setNextFormulasAllowed(true);
rpatl.setBoundedGloballyFormulasAllowed(true);
rpatl.setBoundedUntilFormulasAllowed(true);
rpatl.setStepBoundedUntilFormulasAllowed(true);
rpatl.setTimeBoundedUntilFormulasAllowed(true);
return rpatl;
}

Loading…
Cancel
Save