|
|
@ -47,11 +47,10 @@ namespace storm { |
|
|
|
DeterministicModel(DeterministicModel<ValueType, RewardModelType> const& other) = default; |
|
|
|
DeterministicModel& operator=(DeterministicModel<ValueType, RewardModelType> const& other) = default; |
|
|
|
|
|
|
|
#ifndef WINDOWS |
|
|
|
|
|
|
|
DeterministicModel(DeterministicModel<ValueType, RewardModelType>&& other) = default; |
|
|
|
DeterministicModel<ValueType, RewardModelType>& operator=(DeterministicModel<ValueType, RewardModelType>&& model) = default; |
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
virtual void reduceToStateBasedRewards() override; |
|
|
|
|
|
|
|
virtual void writeDotToStream(std::ostream& outStream, bool includeLabeling = true, storm::storage::BitVector const* subsystem = nullptr, std::vector<ValueType> const* firstValue = nullptr, std::vector<ValueType> const* secondValue = nullptr, std::vector<uint_fast64_t> const* stateColoring = nullptr, std::vector<std::string> const* colors = nullptr, std::vector<uint_fast64_t>* scheduler = nullptr, bool finalizeOutput = true) const override; |
|
|
|