git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@34 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
342b436feb
commit
da1d09b2cf
322 changed files with 46339 additions and 0 deletions
26
trunk/paradiseo-mo/examples/tsp/share/Makefile.am
Executable file
26
trunk/paradiseo-mo/examples/tsp/share/Makefile.am
Executable file
|
|
@ -0,0 +1,26 @@
|
|||
INCLUDES = -I${EO_DIR}/src/ -I${PARADISEO_DIR}/examples/tsp/ -I../../../src/
|
||||
|
||||
AM_CXXFLAGS =\
|
||||
-Wall
|
||||
|
||||
lib_LIBRARIES = libtsp_share.a
|
||||
|
||||
libtsp_share_a_SOURCES =\
|
||||
graph.cpp\
|
||||
route_init.cpp\
|
||||
route_eval.cpp\
|
||||
part_route_eval.cpp\
|
||||
edge_xover.cpp\
|
||||
order_xover.cpp\
|
||||
route_valid.cpp\
|
||||
partial_mapped_xover.cpp\
|
||||
city_swap.cpp\
|
||||
two_opt.cpp\
|
||||
two_opt_init.cpp\
|
||||
two_opt_next.cpp\
|
||||
two_opt_incr_eval.cpp\
|
||||
two_opt_tabu_list.cpp\
|
||||
two_opt_rand.cpp
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue