3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-02-24 20:24:37 -08:00
parent 238ff78374
commit e1ece7e968
2 changed files with 4 additions and 5 deletions

View file

@ -1452,6 +1452,7 @@ namespace smt {
final_check_status theory_bv::final_check_eh() {
SASSERT(check_invariant());
check_invariant();
if (m_approximates_large_bvs) {
return FC_GIVEUP;
}