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:
parent
f522d995d1
commit
1073e161c7
contrib/cmake
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
|
||||
SOURCES
|
||||
bcd2.cpp
|
||||
fu_malik.cpp
|
||||
hitting_sets.cpp
|
||||
maxhs.cpp
|
||||
maxres.cpp
|
||||
maxsls.cpp
|
||||
maxsmt.cpp
|
||||
|
|
Loading…
Reference in a new issue