continuator/moTimeContinuator: Add a method to set the maximum running time

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2533 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
verel 2011-12-03 18:23:11 +00:00
commit 19442dd159
2 changed files with 6 additions and 5 deletions

View file

@ -78,7 +78,7 @@ public:
* @param _maxTime maximum running time
*/
virtual void maxTime(time_t _maxTime) {
max = _maxTime
max = _maxTime;
}

View file

@ -173,10 +173,11 @@
#include <perturb/moRestartPerturb.h>
#include <perturb/moSolInit.h>
// #include <problems/bitString/moBitNeighbor.h>
// #include <problems/bitString/moBitsNeighbor.h>
// #include <problems/bitString/moBitsNeighborhood.h>
// #include <problems/bitString/moBitsWithoutReplNeighborhood.h>
#include <problems/bitString/moBitNeighbor.h>
#include <problems/bitString/moBitsNeighbor.h>
#include <problems/bitString/moBitsNeighborhood.h>
#include <problems/bitString/moBitsWithoutReplNeighborhood.h>
// #include <problems/bitString/moPopBitNeighbor.h>
// #include <problems/bitString/moPopBitsNeighbor.h>
// #include <problems/bitString/moPopBitsRndNeighborhood.h>