diff --git a/src/storm/transformer/MemoryIncorporation.h b/src/storm/transformer/MemoryIncorporation.h index 37e9c8158..59ea28972 100644 --- a/src/storm/transformer/MemoryIncorporation.h +++ b/src/storm/transformer/MemoryIncorporation.h @@ -25,7 +25,8 @@ namespace storm { public: /*! - * Incorporates memory that stores whether a 'goal' state has already been reached. + * Incorporates memory that stores whether a 'goal' state has already been reached. This supports operatorformulas whose subformula is + * a (bounded-) until formula, eventually formula, or a globally formula. Total reward formulas and cumulative reward formulas will be ignored. */ static std::shared_ptr incorporateGoalMemory(SparseModelType const& model, std::vector> const& formulas);