STORM_LOG_WARN_COND(storm::settings::generalSettings().getLpSolver()==storm::settings::modules::GeneralSettings::LpSolver::glpk,"glpk is not selected as the used LP solver, so setting options for glpk has no effect.");
STORM_LOG_WARN_COND(storm::settings::generalSettings().getLpSolver()==storm::solver::LpSolverType::Glpk,"glpk is not selected as the preferred LP solver, so setting options for glpk might have no effect.");
STORM_LOG_WARN_COND(storm::settings::generalSettings().getEquationSolver()==storm::settings::modules::GeneralSettings::EquationSolver::Gmmxx||!optionsSet,"gmm++ is not selected as the equation solver, so setting options for gmm++ has no effect.");
STORM_LOG_WARN_COND(storm::settings::generalSettings().getEquationSolver()==storm::solver::EquationSolverType::Gmmxx||!optionsSet,"gmm++ is not selected as the preferred equation solver, so setting options for gmm++ might have no effect.");
STORM_LOG_WARN_COND(storm::settings::generalSettings().getLpSolver()==storm::settings::modules::GeneralSettings::LpSolver::Gurobi,"Gurobi is not selected as the used LP solver, so setting options for Gurobi has no effect.");
STORM_LOG_WARN_COND(storm::settings::generalSettings().getLpSolver()==storm::solver::LpSolverType::Gurobi,"Gurobi is not selected as the preferred LP solver, so setting options for Gurobi might have no effect.");
STORM_LOG_WARN_COND(storm::settings::generalSettings().getEquationSolver()==storm::settings::modules::GeneralSettings::EquationSolver::Native||!optionSet,"Native is not selected as the equation solver, so setting options for native has no effect.");
STORM_LOG_WARN_COND(storm::settings::generalSettings().getEquationSolver()==storm::solver::EquationSolverType::Native||!optionSet,"Native is not selected as the preferred equation solver, so setting options for native might have no effect.");
STORM_LOG_WARN_COND(storm::settings::generalSettings().getEquationSolver()==storm::settings::modules::GeneralSettings::EquationSolver::Gmmxx||!optionsSet,"gmm++ is not selected as the equation solver, so setting options for gmm++ has no effect.");
//STORM_LOG_WARN_COND(storm::settings::generalSettings().getEquationSolver() == storm::settings::modules::GeneralSettings::EquationSolver::Gmmxx || !optionsSet, "gmm++ is not selected as the equation solver, so setting options for gmm++ has no effect.");