|
@ -199,9 +199,9 @@ namespace storm { |
|
|
if (tbr.isStepBound()) { |
|
|
if (tbr.isStepBound()) { |
|
|
opDecl["step-bounds"] = propertyInterval; |
|
|
opDecl["step-bounds"] = propertyInterval; |
|
|
} else if(tbr.isRewardBound()) { |
|
|
} else if(tbr.isRewardBound()) { |
|
|
opDecl["time-bounds"] = propertyInterval; |
|
|
|
|
|
} else { |
|
|
|
|
|
opDecl["reward-bounds"] = propertyInterval; |
|
|
opDecl["reward-bounds"] = propertyInterval; |
|
|
|
|
|
} else { |
|
|
|
|
|
opDecl["time-bounds"] = propertyInterval; |
|
|
} |
|
|
} |
|
|
return opDecl; |
|
|
return opDecl; |
|
|
} |
|
|
} |
|
|