STORM_LOG_DEBUG("Searching a weight vector to seperate the point given by "<<storm::utility::vector::convertNumericVector<double>(pointToBeSeparated)<<".");
STORM_LOG_DEBUG("Searching a weight vector to seperate the point given by "<<storm::utility::vector::toString(storm::utility::vector::convertNumericVector<double>(pointToBeSeparated))<<".");
if(underApproximation->isEmpty()){
if(underApproximation->isEmpty()){
// In this case, every weight vector is separating
// In this case, every weight vector is separating
@ -238,7 +238,7 @@ namespace storm {
}
}
STORM_LOG_THROW(farestHalfspaceIndex<halfspaces.size(),storm::exceptions::UnexpectedException,"There is no seperating vector.");
STORM_LOG_THROW(farestHalfspaceIndex<halfspaces.size(),storm::exceptions::UnexpectedException,"There is no seperating vector.");
STORM_LOG_DEBUG("weighted objectives checker result (lower bounds) is "<<storm::utility::vector::convertNumericVector<double>(weightVectorChecker->getLowerBoundsOfInitialStateResults()));
STORM_LOG_DEBUG("weighted objectives checker result (lower bounds) is "<<storm::utility::vector::toString(storm::utility::vector::convertNumericVector<double>(weightVectorChecker->getLowerBoundsOfInitialStateResults())));
STORM_LOG_DEBUG("Invoked WeightVectorChecker with weights "<<std::endl<<"\t"<<storm::utility::vector::convertNumericVector<double>(weightVector));
STORM_LOG_DEBUG("Invoked WeightVectorChecker with weights "<<std::endl<<"\t"<<storm::utility::vector::toString(storm::utility::vector::convertNumericVector<double>(weightVector)));