STORM_LOG_THROW(expression.getSecondOperand()->isIntegerLiteralExpression(),storm::exceptions::NotSupportedException,"Dice does not support modulo with nonconst rhs");
STORM_LOG_THROW(expression.getSecondOperand()->isIntegerLiteralExpression(),storm::exceptions::NotSupportedException,"Dice does not support modulo with nonconst rhs");
STORM_LOG_THROW(expression.getSecondOperand()->evaluateAsInt()==2,storm::exceptions::NotSupportedException,"Dice does not support modulo with rhs != 2");
STORM_LOG_THROW(expression.getSecondOperand()->evaluateAsInt()==2,storm::exceptions::NotSupportedException,"Dice does not support modulo with rhs != 2");