From e57b504cd693d2490b859ddc0de44e61cdd7d468 Mon Sep 17 00:00:00 2001 From: Johann Dreo Date: Fri, 3 Feb 2023 11:46:17 +0100 Subject: [PATCH] refactor(app): usable output --- mo/src/problems/partition/moBinaryPartition.h | 1 + 1 file changed, 1 insertion(+) diff --git a/mo/src/problems/partition/moBinaryPartition.h b/mo/src/problems/partition/moBinaryPartition.h index 598de79c6..36d1136fa 100644 --- a/mo/src/problems/partition/moBinaryPartition.h +++ b/mo/src/problems/partition/moBinaryPartition.h @@ -127,6 +127,7 @@ class moBinaryPartition : public EO std::ostream_iterator(out, " ")); // Values. } + //! Convenience function to only render the fitess and the selected atoms (and not the rejected ones). std::string str() const { std::ostringstream msg;