Ajout de la fitness max SAT (avec incr eval)

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1800 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
verel 2010-05-07 14:44:53 +00:00
commit d83cebe643
6 changed files with 622 additions and 1 deletions

View file

@ -44,7 +44,7 @@ public:
/**
* Default constructor
* @param _k size of a block
* @param _rr full evaluation of the Royal Road (to have the same block size)
*/
moRoyalRoadIncrEval(RoyalRoadEval<EOT> & _rr) : k(_rr.blockSize()) {}