STORM_LOG_INFO("Selecting '"+toString(EquationSolverType::Eigen)+"' as the linear equation solver since the previously selected one ("<<toString(type)<<") does not support exact computations.");
type=EquationSolverType::Eigen;
STORM_LOG_INFO("Selecting '"+toString(type)+"' as the linear equation solver since the selected one does not support exact computations.");
}
switch(type){
@ -110,8 +110,8 @@ namespace storm {
// Adjust the solver type if it is not supported by this value type
STORM_LOG_INFO("Selecting '"+toString(EquationSolverType::Eigen)+"' as the linear equation solver since the previously selected one ("<<toString(type)<<") does not support parametric computations.");
type=EquationSolverType::Eigen;
STORM_LOG_INFO("Selecting '"+toString(type)+"' as the linear equation solver since the selected one does not support parametric computations.");