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:
parent
cf0696a2a0
commit
19442dd159
2 changed files with 6 additions and 5 deletions
|
|
@ -78,7 +78,7 @@ public:
|
|||
* @param _maxTime maximum running time
|
||||
*/
|
||||
virtual void maxTime(time_t _maxTime) {
|
||||
max = _maxTime
|
||||
max = _maxTime;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue