STORM_LOG_ASSERT(expression.size()->isIntegerLiteralExpression(),"unexpected kind of size expression of ValueArrayExpression ("<<expression.size()->toExpression()<<").");
STORM_LOG_ASSERT(expression.size()->isIntegerLiteralExpression(),"unexpected kind of size expression of ValueArrayExpression ("<<expression.size()->toExpression()<<").");
STORM_LOG_THROW(false,storm::exceptions::UnexpectedException,"Found Function call expression within an array expression. This is not expected since functions are expected to be eliminated at this point.");
STORM_LOG_THROW(false,storm::exceptions::UnexpectedException,"Found Function call expression within an array expression. This is not expected since functions are expected to be eliminated at this point.");
STORM_LOG_THROW(false,storm::exceptions::UnexpectedException,"Found Function call expression while eliminating array expressions. This is not expected since functions are expected to be eliminated at this point.");
STORM_LOG_THROW(false,storm::exceptions::UnexpectedException,"Found Function call expression while eliminating array expressions. This is not expected since functions are expected to be eliminated at this point.");
STORM_LOG_THROW(getOccurringFunctionCalls(expression).empty(),storm::exceptions::UnexpectedException,"Did not translate functions in expression "<<expression);
STORM_LOG_THROW(getOccurringFunctionCalls(expression).empty(),storm::exceptions::UnexpectedException,"Did not translate functions in expression "<<expression);