Update test
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2305 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
6c5a1b4e81
commit
04aae43630
1 changed files with 6 additions and 6 deletions
|
|
@ -30,12 +30,12 @@
|
|||
#include <cstdlib>
|
||||
#include <cassert>
|
||||
#include <iostream>
|
||||
#include <neighborhood/moXChangeNeighbor.h>
|
||||
#include <eo>
|
||||
#include <eoInt.h>
|
||||
#include <moTestClass.h>
|
||||
|
||||
typedef eoInt<eoMaximizingFitness> Solution;
|
||||
typedef moXChangeNeighbor<Solution> Neighbor;
|
||||
typedef eoInt<eoMaximizingFitness> Sol;
|
||||
typedef XChangeNeighborDummy<Sol> Neighbor;
|
||||
|
||||
int main() {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue