Skip to content

Commit

Permalink
remove SMTFD
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Sep 2, 2020
1 parent 7c2fe46 commit 54a75d6
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 2,175 deletions.
8 changes: 0 additions & 8 deletions src/cmd_context/check_logic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -197,14 +197,6 @@ struct check_logic::imp {
m_dt = true;
m_nonlinear = true; // non-linear 0-1 variables may get eliminated
}
else if (logic == "SMTFD") {
m_bvs = true;
m_uf = true;
m_arrays = true;
m_ints = false;
m_dt = false;
m_nonlinear = false;
}
else {
m_unknown_logic = true;
}
Expand Down
2 changes: 0 additions & 2 deletions src/tactic/fd_solver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ z3_add_component(fd_solver
enum2bv_solver.cpp
fd_solver.cpp
pb2bv_solver.cpp
smtfd_solver.cpp
COMPONENT_DEPENDENCIES
sat_solver
TACTIC_HEADERS
fd_solver.h
smtfd_solver.h
)
Loading

0 comments on commit 54a75d6

Please sign in to comment.