diff --git a/src/storm/logic/FragmentSpecification.cpp b/src/storm/logic/FragmentSpecification.cpp index 2272ef61f..2c4f74155 100644 --- a/src/storm/logic/FragmentSpecification.cpp +++ b/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; }