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:
parent
5770cc8be6
commit
17a778c1aa
1 changed files with 8 additions and 0 deletions
|
|
@ -107,6 +107,14 @@ public:
|
||||||
return b;
|
return b;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* get the targets
|
||||||
|
* @return the vector of targets which is a boolean vector
|
||||||
|
*/
|
||||||
|
vector<vector<bool> > & getTargets() {
|
||||||
|
return targets;
|
||||||
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
// number of blocks
|
// number of blocks
|
||||||
unsigned int b;
|
unsigned int b;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue