git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@130 331e1502-861f-0410-8da2-ba01fb791d7f

This commit is contained in:
atantar 2006-12-30 14:10:44 +00:00
commit a6fe42664b
743 changed files with 67629 additions and 0 deletions

View file

@ -0,0 +1,49 @@
CXX=mpicxx
INCLUDES = \
-I$(EO_DIR)/src/ \
-I$(MO_DIR)/src/ \
-I$(MOEO_DIR)/src/ \
-I../../src/
AM_CXXFLAGS = \
-Wall -g
lib_LIBRARIES = \
libtsp_shared.a
libtsp_shared_a_SOURCES = \
data.h \
data.cpp \
opt_route.h \
opt_route.cpp \
param.h \
param.cpp \
node.h \
node.cpp \
route.h \
route.cpp \
route_init.h \
route_init.cpp \
route_eval.h \
route_eval.cpp \
two_opt.h \
two_opt.cpp \
two_opt_init.h \
two_opt_init.cpp \
two_opt_incr_eval.h \
two_opt_incr_eval.cpp \
two_opt_next.h \
two_opt_next.cpp \
order_xover.h \
order_xover.cpp \
partial_mapped_xover.h \
partial_mapped_xover.cpp \
edge_xover.h \
edge_xover.cpp \
city_swap.h \
city_swap.cpp \
part_route_eval.h \
part_route_eval.cpp \
merge_route_eval.h \
merge_route_eval.cpp