diff --git a/src/storm/modelchecker/parametric/SparseMdpInstantiationModelChecker.cpp b/src/storm/modelchecker/parametric/SparseMdpInstantiationModelChecker.cpp index 943053d62..dbc0fc88e 100644 --- a/src/storm/modelchecker/parametric/SparseMdpInstantiationModelChecker.cpp +++ b/src/storm/modelchecker/parametric/SparseMdpInstantiationModelChecker.cpp @@ -1,9 +1,9 @@ #include "SparseMdpInstantiationModelChecker.h" #include "storm/logic/FragmentSpecification.h" -#include "storm/modelChecker/results/ExplicitQuantitativeCheckResult.h" -#include "storm/modelChecker/results/ExplicitQualitativeCheckResult.h" -#include "storm/modelChecker/hints/ExplicitModelCheckerHint.h" +#include "storm/modelchecker/results/ExplicitQuantitativeCheckResult.h" +#include "storm/modelchecker/results/ExplicitQualitativeCheckResult.h" +#include "storm/modelchecker/hints/ExplicitModelCheckerHint.h" #include "storm/utility/graph.h" #include "storm/utility/vector.h" @@ -169,4 +169,4 @@ namespace storm { } } -} \ No newline at end of file +} diff --git a/src/storm/modelchecker/parametric/SparseMdpParameterLiftingModelChecker.cpp b/src/storm/modelchecker/parametric/SparseMdpParameterLiftingModelChecker.cpp index 6dd8b191d..fddb32ae1 100644 --- a/src/storm/modelchecker/parametric/SparseMdpParameterLiftingModelChecker.cpp +++ b/src/storm/modelchecker/parametric/SparseMdpParameterLiftingModelChecker.cpp @@ -189,7 +189,7 @@ namespace storm { typename SparseModelType::RewardModelType const& rewardModel = checkTask.isRewardModelSet() ? this->parametricModel.getRewardModel(checkTask.getRewardModel()) : this->parametricModel.getUniqueRewardModel(); std::vector b = rewardModel.getTotalRewardVector(this->parametricModel.getTransitionMatrix()); - parameterLifter = std::make_unique>(this->parametricModel.getTransitionMatrix(), b, maybeStates, maybeStates); + parameterLifter = std::make_unique>(this->parametricModel.getTransitionMatrix(), b, storm::storage::BitVector(this->parametricModel.getTransitionMatrix().getRowCount(), true), maybeStates); computePlayer1Matrix(); applyPreviousResultAsHint = false; @@ -312,4 +312,4 @@ namespace storm { template class SparseMdpParameterLiftingModelChecker, storm::RationalNumber>; } } -} \ No newline at end of file +}