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
This commit is contained in:
verel 2010-08-24 16:41:20 +00:00
commit 17a778c1aa

View file

@ -107,6 +107,14 @@ public:
return b;
}
/**
* get the targets
* @return the vector of targets which is a boolean vector
*/
vector<vector<bool> > & getTargets() {
return targets;
}
private:
// number of blocks
unsigned int b;