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;