STORM_LOG_INFO("Selecting '"+toString(EquationSolverType::Eigen)+"' as the linear equation solver since the previously selected one ("<<toString(type)<<") does not support parametric computations.");
STORM_LOG_INFO("Selecting '"+toString(EquationSolverType::Eigen)+"' as the linear equation solver since the previously selected one ("<<toString(type)<<") does not support parametric computations.");
}else{
// Be more verbose if the user set the solver explicitly
STORM_LOG_WARN("The selected linear equation solver ("<<toString(type)<<") does not support parametric computations. Falling back to "<<toString(EquationSolverType::Eigen)<<".");