Continuator et chekpoint ajoutées :)
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1674 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
16bf401503
commit
476a59e1e7
18 changed files with 492 additions and 24 deletions
|
|
@ -52,6 +52,12 @@ public:
|
|||
* @param _solution the related solution
|
||||
*/
|
||||
virtual void init(EOT& _solution) = 0 ;
|
||||
|
||||
/**
|
||||
* Last Call to terminate the checkpoint
|
||||
* @param _solution the related solution
|
||||
*/
|
||||
virtual void lastCall(EOT& _solution){}
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue