63 if (hasUnderApproximation()) {
64 out <<
"Underapproximation of achievable values: " << underApproximation->toString() <<
'\n';
66 if (hasOverApproximation()) {
67 out <<
"Overapproximation of achievable values: " << overApproximation->toString() <<
'\n';
69 out << points.size() <<
" Pareto optimal points found:\n";
70 for (
auto const& p : points) {
72 for (
auto it = p.begin(); it != p.end(); ++it) {
73 if (it != p.begin()) {
82 for (
auto it = p.begin(); it != p.end(); ++it) {
83 if (it != p.begin()) {
86 out << std::setw(11) << storm::utility::convertNumber<double>(*it);