@ -986,7 +986,7 @@ namespace storm {
} else {
STORM_LOG_ASSERT ( quotientTransitionMatrix . greater ( storm : : utility : : one < ValueType > ( ) + storm : : utility : : convertNumber < ValueType > ( 1e-6 ) ) . isZero ( ) , " Illegal entries in quotient matrix. " ) ;
}
STORM_LOG_ASSERT ( quotientTransitionMatrix . sumAbstract ( blockPrimeVariableSet ) . equalModuloPrecision ( quotientTransitionMatrix . notZero ( ) . existsAbstract ( blockPrimeVariableSet ) . template toAdd < ValueType > ( ) , ValueType ( 1e-6 ) ) , " Illegal non-probabilistic matrix. " ) ;
STORM_LOG_ASSERT ( quotientTransitionMatrix . sumAbstract ( blockPrimeVariableSet ) . equalModuloPrecision ( quotientTransitionMatrix . notZero ( ) . existsAbstract ( blockPrimeVariableSet ) . template toAdd < ValueType > ( ) , storm : : utility : : convertNumber < ValueType > ( 1e-6 ) ) , " Illegal non-probabilistic matrix. " ) ;
STORM_LOG_TRACE ( " Quotient transition matrix extracted in " < < std : : chrono : : duration_cast < std : : chrono : : milliseconds > ( end - start ) . count ( ) < < " ms. " ) ;