diff --git a/branches/paradiseo-moeo-1.0/src/moeoAlgo.h b/branches/paradiseo-moeo-1.0/src/moeoAlgo.h new file mode 100644 index 000000000..9cde89ef5 --- /dev/null +++ b/branches/paradiseo-moeo-1.0/src/moeoAlgo.h @@ -0,0 +1,22 @@ +// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- + +//----------------------------------------------------------------------------- +// moeoAlgo.h +// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 +/* + This library... + + Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr + */ +//----------------------------------------------------------------------------- + +#ifndef MOEOALGO_H_ +#define MOEOALGO_H_ + +/** + * Abstract class for multi-objective algorithms. + */ +class moeoAlgo + {}; + +#endif /*MOEOALGO_H_*/