add 'maximizing' function in all lesson's Objective Traits

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@556 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
liefooga 2007-07-06 07:27:07 +00:00
commit 3f759bd206
3 changed files with 16 additions and 0 deletions

View file

@ -25,6 +25,10 @@ public:
{
return true;
}
static bool maximizing (int i)
{
return false;
}
static unsigned int nObjectives ()
{
return 2;