From d7a4a58a16248dc038b8557f35f8ff4c048c2f9c Mon Sep 17 00:00:00 2001 From: liefooga Date: Mon, 10 Mar 2008 15:32:59 +0000 Subject: [PATCH] add a tri-objective maximization problem git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1107 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/paradiseo-moeo/test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/trunk/paradiseo-moeo/test/CMakeLists.txt b/trunk/paradiseo-moeo/test/CMakeLists.txt index 5e2b0b38f..74c2a9cb8 100644 --- a/trunk/paradiseo-moeo/test/CMakeLists.txt +++ b/trunk/paradiseo-moeo/test/CMakeLists.txt @@ -47,6 +47,7 @@ SET (TEST_LIST t-moeoIBEA t-moeoNSGA t-moeoNSGAII + t-moeoMax3Obj t-moeoEasyEA )