From 17a778c1aa0c46700bd73d7bd2bd9670d1872464 Mon Sep 17 00:00:00 2001 From: verel Date: Tue, 24 Aug 2010 16:41:20 +0000 Subject: [PATCH] Modify the bbRoyalRoadEval to be able to get the targets git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1911 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/problems/eval/bbRoyalRoadEval.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/trunk/problems/eval/bbRoyalRoadEval.h b/trunk/problems/eval/bbRoyalRoadEval.h index 88a114223..9d861f738 100644 --- a/trunk/problems/eval/bbRoyalRoadEval.h +++ b/trunk/problems/eval/bbRoyalRoadEval.h @@ -107,6 +107,14 @@ public: return b; } + /** + * get the targets + * @return the vector of targets which is a boolean vector + */ + vector > & getTargets() { + return targets; + } + private: // number of blocks unsigned int b;