Make symfpu a required dependency. (#6749)
authorAina Niemetz <aina.niemetz@gmail.com>
Wed, 16 Jun 2021 21:04:09 +0000 (14:04 -0700)
committerGitHub <noreply@github.com>
Wed, 16 Jun 2021 21:04:09 +0000 (21:04 +0000)
commitb8d09076cfeb124bfaa6e1c3f0f37e3df1b1b516
treee634a4f8d9176a238b55a51e4b18d77c69c9895d
parent0f04a6c4cf618fb5914934bac5b5c6277f07127c
Make symfpu a required dependency. (#6749)
63 files changed:
CMakeLists.txt
INSTALL.md
NEWS
configure.sh
examples/api/java/FloatingPointArith.java
examples/api/python/floating_point.py
src/CMakeLists.txt
src/api/cpp/cvc5.cpp
src/api/cpp/cvc5.h
src/api/python/cvc5.pxd
src/api/python/cvc5.pxi
src/base/configuration.cpp
src/base/configuration.h
src/base/configuration_private.h
src/options/options_handler.cpp
src/theory/fp/fp_converter.cpp
src/theory/fp/fp_converter.h
src/theory/fp/theory_fp.cpp
src/theory/fp/theory_fp_rewriter.cpp
src/theory/fp/theory_fp_type_rules.cpp
src/theory/logic_info.cpp
src/util/CMakeLists.txt
src/util/floatingpoint_literal_symfpu.cpp
src/util/floatingpoint_literal_symfpu.h [new file with mode: 0644]
src/util/floatingpoint_literal_symfpu.h.in [deleted file]
src/util/floatingpoint_literal_symfpu_traits.cpp
src/util/floatingpoint_literal_symfpu_traits.h [new file with mode: 0644]
src/util/floatingpoint_literal_symfpu_traits.h.in [deleted file]
test/api/issue4889.cpp
test/python/unit/api/test_solver.py
test/python/unit/api/test_sort.py
test/regress/README.md
test/regress/regress0/fp/abs-unsound.smt2
test/regress/regress0/fp/abs-unsound2.smt2
test/regress/regress0/fp/down-cast-RNA.smt2
test/regress/regress0/fp/ext-rew-test.smt2
test/regress/regress0/fp/from_sbv.smt2
test/regress/regress0/fp/from_ubv.smt2
test/regress/regress0/fp/issue-5524.smt2
test/regress/regress0/fp/issue3536.smt2
test/regress/regress0/fp/issue3582.smt2
test/regress/regress0/fp/issue3619.smt2
test/regress/regress0/fp/issue4277-assign-func.smt2
test/regress/regress0/fp/issue5511.smt2
test/regress/regress0/fp/issue5734.smt2
test/regress/regress0/fp/issue6164.smt2
test/regress/regress0/fp/rti_3_5_bug.smt2
test/regress/regress0/fp/simple.smt2
test/regress/regress0/fp/wrong-model.smt2
test/regress/regress0/issue5370.smt2
test/regress/regress0/parser/to_fp.smt2
test/regress/regress1/fp/rti_3_5_bug_report.smt2
test/regress/regress1/quantifiers/fp-cegqi-unsat.smt2
test/regress/regress1/quantifiers/issue4420-order-sensitive.smt2
test/regress/regress1/rr-verify/fp-arith.sy
test/regress/regress1/rr-verify/fp-bool.sy
test/regress/regress1/sygus/temp_input_to_synth_ic-error-121418.sy
test/regress/regress1/wrong-qfabvfp-smtcomp2018.smt2
test/regress/regress2/sygus/min_IC_1.sy
test/unit/api/solver_black.cpp
test/unit/api/sort_black.cpp
test/unit/theory/logic_info_white.cpp
test/unit/util/CMakeLists.txt