diff --git a/stormpy/src/core/modelchecking.cpp b/stormpy/src/core/modelchecking.cpp index 5cd053af8..c4c9cfbbc 100644 --- a/stormpy/src/core/modelchecking.cpp +++ b/stormpy/src/core/modelchecking.cpp @@ -11,11 +11,11 @@ class PmcResult { return resultFunction; } - std::unordered_set> getConstraintsWellFormed() const { + std::unordered_set> getConstraintsWellFormed() const { return constraintsWellFormed; } - std::unordered_set> getConstraintsGraphPreserving() const { + std::unordered_set> getConstraintsGraphPreserving() const { return constraintsGraphPreserving; }