Skip to content

Commit 512457a

Browse files
authored
Rewrite theorems, remove hierarchy, add metadata dict (#15)
* Rewrite theorems, remove hierarchy, add metadata dict * Fix cyclic theorem errors
1 parent 6e49e3e commit 512457a

File tree

13 files changed

+574
-386
lines changed

13 files changed

+574
-386
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ find_package(Python COMPONENTS Interpreter Compiler Development)
1818

1919
add_executable(htps src/main.cpp src/graph/base.cpp src/graph/graph.cpp src/graph/htps.cpp src/model/policy.cpp)
2020
target_include_directories(htps PRIVATE external/glob/single_include)
21-
add_executable(pythonhtps python/htps.cpp src/graph/lean.cpp src/graph/htps.cpp src/model/policy.cpp src/graph/base.cpp src/graph/graph.cpp
22-
python/htps.h)
21+
add_executable(pythonhtps python/htps.cpp src/graph/htps.cpp src/model/policy.cpp src/graph/base.cpp src/graph/graph.cpp)
2322
target_include_directories(pythonhtps PRIVATE external/glob/single_include)
2423

2524
target_compile_definitions(pythonhtps PRIVATE PYTHON_BINDINGS)

0 commit comments

Comments
 (0)