mirror of
https://github.com/Z3Prover/z3
synced 2025-06-18 11:58:31 +00:00
remove deprecated max-sat solvers
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f522d995d1
commit
1073e161c7
2 changed files with 4 additions and 4 deletions
4
contrib/cmake/examples/tptp/CMakeLists.txt
Normal file
4
contrib/cmake/examples/tptp/CMakeLists.txt
Normal 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++")
|
|
@ -1,9 +1,5 @@
|
||||||
z3_add_component(opt
|
z3_add_component(opt
|
||||||
SOURCES
|
SOURCES
|
||||||
bcd2.cpp
|
|
||||||
fu_malik.cpp
|
|
||||||
hitting_sets.cpp
|
|
||||||
maxhs.cpp
|
|
||||||
maxres.cpp
|
maxres.cpp
|
||||||
maxsls.cpp
|
maxsls.cpp
|
||||||
maxsmt.cpp
|
maxsmt.cpp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue