mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
CTRACE
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
238ff78374
commit
e1ece7e968
2 changed files with 4 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue