STORM_LOG_INFO("Selecting "<<storm::solver::toString(method)<<" as the solution technique for long-run properties to guarantee exact results. If you want to override this, please explicitly specify a different LRA method.");
STORM_LOG_INFO("Selecting "<<storm::solver::toString(method)<<" as the solution technique for long-run properties to guarantee exact results. If you want to override this, please explicitly specify a different LRA method.");
STORM_LOG_INFO("Selecting 'LP' as the solution technique for long-run properties to guarantee exact results. If you want to override this, please explicitly specify a different LRA method.");
STORM_LOG_INFO("Selecting 'LP' as the solution technique for long-run properties to guarantee exact results. If you want to override this, please explicitly specify a different LRA method.");
STORM_LOG_INFO("Selecting 'LP' as the solution technique for long-run properties to guarantee exact results. If you want to override this, please explicitly specify a different LRA method.");
STORM_LOG_INFO("Selecting 'LP' as the solution technique for long-run properties to guarantee exact results. If you want to override this, please explicitly specify a different LRA method.");
STORM_LOG_ERROR_COND(!env.solver().isForceSoundness(),"This linear equation solver does not support sound computations. Using unsound methods now...");
STORM_LOG_ERROR_COND(!env.solver().isForceSoundness(),"This linear equation solver does not support sound computations. Using unsound methods now...");
STORM_LOG_ERROR_COND(!env.solver().isForceExact(),"This linear equation solver does not support exact computations. Using unsound methods now...");
STORM_LOG_INFO("Selecting '"+toString(type)+"' as the linear equation solver to guarantee exact results. If you want to override this, please explicitly specify a different solver.");
}else{
STORM_LOG_WARN("The selected solver does not yield exact results.");
STORM_LOG_INFO("Selecting '"+toString(type)+"' as the linear equation solver to guarantee sound results. If you want to override this, please explicitly specify a different solver.");
STORM_LOG_INFO("Selecting '"+toString(type)+"' as the linear equation solver to guarantee sound results. If you want to override this, please explicitly specify a different solver.");