mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
remove SMTFD
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7c2fe46eb7
commit
54a75d6a91
5 changed files with 0 additions and 2175 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue