3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-10 19:27:06 +00:00

remove deprecated max-sat solvers

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2016-07-20 19:08:23 -07:00
parent f522d995d1
commit 1073e161c7
2 changed files with 4 additions and 4 deletions
contrib/cmake
examples/tptp
src/opt

View file

@ -0,0 +1,4 @@
add_executable(tptp5 EXCLUDE_FROM_ALL tptp5.cpp)
target_link_libraries(tptp5 PRIVATE libz3)
target_include_directories(tptp5 PRIVATE "${CMAKE_SOURCE_DIR}/src/api")
target_include_directories(tptp5 PRIVATE "${CMAKE_SOURCE_DIR}/src/api/c++")

View file

@ -1,9 +1,5 @@
z3_add_component(opt
SOURCES
bcd2.cpp
fu_malik.cpp
hitting_sets.cpp
maxhs.cpp
maxres.cpp
maxsls.cpp
maxsmt.cpp