git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2124 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
52461a5ed1
commit
ddf326cc44
2 changed files with 0 additions and 21 deletions
|
|
@ -1,21 +0,0 @@
|
||||||
#ifndef _SOLUTION_H_
|
|
||||||
#define _SOLUTION_H_
|
|
||||||
|
|
||||||
#include <eo>
|
|
||||||
|
|
||||||
class Solution:public EO <eoMinimizingFitness>{
|
|
||||||
|
|
||||||
public:
|
|
||||||
|
|
||||||
int * solution;
|
|
||||||
|
|
||||||
Solution(int _taille){
|
|
||||||
solution=new int[_taille];
|
|
||||||
}
|
|
||||||
|
|
||||||
~Solution(){
|
|
||||||
delete[] solution;
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue