Skip to content

Commit 00baf67

Browse files
authored
Cleanup unnecessary files (#33)
* Cleanup unnecessary files * Bump version to 0.1.0 * Remove main target from CMake
1 parent 46280d0 commit 00baf67

18 files changed

+1
-338
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ FetchContent_MakeAvailable(googletest)
1616
find_package(Python COMPONENTS Interpreter Compiler Development)
1717

1818

19-
add_executable(htps src/main.cpp src/graph/base.cpp src/graph/graph.cpp src/graph/htps.cpp src/model/policy.cpp)
20-
target_include_directories(htps PRIVATE external/glob/single_include)
2119
add_executable(pythonhtps python/htps.cpp src/graph/htps.cpp src/model/policy.cpp src/graph/base.cpp src/graph/graph.cpp)
2220
target_include_directories(pythonhtps PRIVATE external/glob/single_include)
2321

main

-15.6 KB
Binary file not shown.

main.cpp

Lines changed: 0 additions & 6 deletions
This file was deleted.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@
3434
],
3535
ext_modules=[module],
3636
description="Open-source implementation of HyperTree Proof Search",
37-
version="0.0.3",
37+
version="0.1.0",
3838
)

src/main.cpp

Lines changed: 0 additions & 83 deletions
This file was deleted.

src/model/specialtokens.cpp

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/model/specialtokens.h

Lines changed: 0 additions & 78 deletions
This file was deleted.

src/proofhandler.cpp

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/proofhandler.h

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/search.cpp

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)