Modif sur les continuator + ILS
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1781 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
54b43683cb
commit
f580837dde
8 changed files with 114 additions and 85 deletions
|
|
@ -66,6 +66,14 @@ public:
|
|||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* reset the start time
|
||||
* @param _solution a solution
|
||||
*/
|
||||
virtual void init(EOT & _solution) {
|
||||
start = time(NULL);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Class name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue