-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
1,072 additions
and
1,137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,5 @@ | ||
set(BINARY ${CMAKE_PROJECT_NAME}) | ||
#file(GLOB_RECURSE BLOSSOM5 "blossom5-v2.05.src/.cpp" "blossom5-v2.05.src/.h") | ||
#add_executable(${BINARY}_kattis main_kattis.cpp TSP.h TSP.cpp utility.h utility.cpp ${BLOSSOM5}) | ||
#add_executable(${BINARY}_test main.cpp TSP.h TSP.cpp utility.h utility.cpp ${BLOSSOM5}) | ||
add_executable(${BINARY}_kattis main_kattis.cpp TSP.h utility.h utility.cpp blossom.h) | ||
add_executable(${BINARY}_test main.cpp TSP.h utility.h utility.cpp blossom.h) | ||
|
||
|
||
# For adding all recursively into one executable | ||
#set(BINARY ${CMAKE_PROJECT_NAME}) | ||
#file(GLOB_RECURSE SOURCES LIST_DIRECTORIES true *.h *.cpp) | ||
#set(SOURCES ${SOURCES}) | ||
#add_executable(${BINARY}_run ${SOURCES}) | ||
#add_library(${BINARY}_lib STATIC ${SOURCES}) | ||
add_executable(${BINARY}_kattis main_kattis.cpp TSP.h utility.h blossom5_all_in_one_file.h chokolino.h christofides.h | ||
local2opt.h clarke_wright.h greedy.h bruteforce.h local2opt_no_knn.h local3opt_no_knn_sequential.h) | ||
add_executable(${BINARY}_test main.cpp TSP.h utility.h blossom5_all_in_one_file.h chokolino.h christofides.h | ||
local2opt.h clarke_wright.h greedy.h bruteforce.h local2opt_no_knn.h local3opt_no_knn_sequential.h) |
Oops, something went wrong.