26 static_assert(std::is_same_v<ValueType, storm::IntervalBaseType<IntervalType>>,
"Expected ValueType to match the interval base type.");
29 std::shared_ptr<storm::models::sparse::Model<IntervalType>>
transform(ValueType additiveUncertainty,
31 std::optional<uint64_t> maxSuccessors = {});
34 IntervalType addUncertainty(ValueType
const& vt, ValueType additiveUncertainty, ValueType minimalValue);
35 std::shared_ptr<storm::models::sparse::Model<ValueType>> origModel;