Skip to content

Commit c06dd08

Browse files
committed
apply modification following DeepACO
1 parent 2d4d673 commit c06dd08

File tree

146 files changed

+101
-101689
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+101
-101689
lines changed

Diff for: CMakeLists.txt

-30
Original file line numberDiff line numberDiff line change
@@ -27,40 +27,10 @@ add_executable(bin
2727

2828
set_target_properties(bin PROPERTIES OUTPUT_NAME hgs)
2929

30-
# Test Executable
31-
include(CTest)
32-
add_test(NAME bin_test_X-n101-k25
33-
COMMAND ${CMAKE_COMMAND} -DINSTANCE=X-n101-k25
34-
-DCOST=27591
35-
-DROUND=1
36-
-P ${CMAKE_CURRENT_SOURCE_DIR}/Test/TestExecutable.cmake)
37-
add_test(NAME bin_test_X-n106-k14
38-
COMMAND ${CMAKE_COMMAND} -DINSTANCE=X-n110-k13
39-
-DCOST=14971
40-
-DROUND=1
41-
-P ${CMAKE_CURRENT_SOURCE_DIR}/Test/TestExecutable.cmake)
42-
43-
# Test Executable: Instances with Duration, without Rounding
44-
add_test(NAME bin_test_CMT6
45-
COMMAND ${CMAKE_COMMAND} -DINSTANCE=CMT6
46-
-DCOST=555.43
47-
-DROUND=0
48-
-P ${CMAKE_CURRENT_SOURCE_DIR}/Test/TestExecutable.cmake)
49-
add_test(NAME bin_test_CMT7
50-
COMMAND ${CMAKE_COMMAND} -DINSTANCE=CMT7
51-
-DCOST=909.675
52-
-DROUND=0
53-
-P ${CMAKE_CURRENT_SOURCE_DIR}/Test/TestExecutable.cmake)
54-
5530
# Build Library
5631
add_library(lib SHARED ${src_files})
5732
set_target_properties(lib PROPERTIES OUTPUT_NAME hgscvrp)
5833

59-
# Test Library
60-
add_subdirectory(Test/Test-c/)
61-
add_test(NAME lib_test_c
62-
COMMAND lib_test_c)
63-
6434
# Install
6535
install(TARGETS lib
6636
DESTINATION lib)

Diff for: Instances/CVRP/CMT1.vrp

-114
This file was deleted.

0 commit comments

Comments
 (0)