3
0
Fork 0
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:
Christoph M. Wintersteiger 2015-05-29 13:58:23 +01:00
parent 9de0e9087e
commit f2f6fc1994
3 changed files with 4 additions and 2 deletions

View file

@ -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();