mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
Added QF_BVFP logic alias for QF_FPBV
This commit is contained in:
parent
9de0e9087e
commit
f2f6fc1994
3 changed files with 4 additions and 2 deletions
|
@ -116,7 +116,7 @@ namespace smt {
|
|||
setup_LRA();
|
||||
else if (m_logic == "QF_FP")
|
||||
setup_QF_FP();
|
||||
else if (m_logic == "QF_FPBV")
|
||||
else if (m_logic == "QF_FPBV" || m_logic == "QF_BVFP")
|
||||
setup_QF_FPBV();
|
||||
else
|
||||
setup_unknown();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue