Former-commit-id: dd17e10d08
dd17e10d08
@ -110,7 +110,8 @@ namespace storm {
void operator()(storm::models::sparse::Dtmc<ValueType> const& dtmc);
};
#endif
private:
/*!
* Checks the probability matrix for validity.
@ -119,7 +120,6 @@ namespace storm {
*/
bool checkValidityOfProbabilityMatrix() const;
} // namespace sparse
} // namespace models