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 <cstdlib>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <neighborhood/moXChangeNeighbor.h>
|
|
||||||
#include <eo>
|
#include <eo>
|
||||||
#include <eoInt.h>
|
#include <eoInt.h>
|
||||||
|
#include <moTestClass.h>
|
||||||
|
|
||||||
typedef eoInt<eoMaximizingFitness> Solution;
|
typedef eoInt<eoMaximizingFitness> Sol;
|
||||||
typedef moXChangeNeighbor<Solution> Neighbor;
|
typedef XChangeNeighborDummy<Sol> Neighbor;
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue