now we use the permutation stuffs from EO
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@959 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
01da681c6a
commit
0c8d0c5f08
6 changed files with 9 additions and 229 deletions
|
|
@ -50,13 +50,10 @@ SET(FLOWSHOP_LIB_OUTPUT_PATH ${FLOWSHOP_BINARY_DIR}/lib)
|
|||
SET(LIBRARY_OUTPUT_PATH ${FLOWSHOP_LIB_OUTPUT_PATH})
|
||||
|
||||
SET (FLOWSHOP_SOURCES FlowShopBenchmarkParser.cpp
|
||||
FlowShopEval.cpp
|
||||
FlowShopInit.cpp
|
||||
FlowShopObjectiveVectorTraits.cpp
|
||||
FlowShopOpCrossoverQuad.cpp
|
||||
FlowShopOpMutationExchange.cpp
|
||||
FlowShopOpMutationShift.cpp
|
||||
FlowShop.cpp)
|
||||
FlowShopEval.cpp
|
||||
FlowShopObjectiveVectorTraits.cpp
|
||||
FlowShopOpCrossoverQuad.cpp
|
||||
FlowShop.cpp)
|
||||
|
||||
ADD_LIBRARY(flowshop STATIC ${FLOWSHOP_SOURCES})
|
||||
ADD_DEPENDENCIES(flowshop moeo)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue