11namespace transformer {
18template<
class SparseModelType>
20 typedef typename SparseModelType::ValueType ValueType;
21 typedef typename SparseModelType::RewardModelType RewardModelType;
29 std::vector<std::shared_ptr<storm::logic::Formula const>>
const& formulas);
36 SparseModelType
const& model, std::vector<std::shared_ptr<storm::logic::Formula const>>
const& formulas);
41 static std::shared_ptr<SparseModelType>
incorporateFullMemory(SparseModelType
const& model, uint64_t memoryStates);
Data to restore memory incorporation applied with SparseModelMemoryProduct.