mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 01:40:22 +00:00
Merge branch 'master' of https://github.com/z3prover/z3
This commit is contained in:
commit
226497e530
19 changed files with 48 additions and 862 deletions
|
@ -1084,7 +1084,6 @@ namespace smt {
|
|||
for (unsigned i = 0; i <= num_args; i++) {
|
||||
expr* arg = (i == num_args)?n:n->get_arg(i);
|
||||
sort* s = get_manager().get_sort(arg);
|
||||
s = get_manager().get_sort(arg);
|
||||
if (m_util.is_bv_sort(s) && m_util.get_bv_size(arg) > m_params.m_bv_blast_max_size) {
|
||||
if (!m_approximates_large_bvs) {
|
||||
TRACE("bv", tout << "found large size bit-vector:\n" << mk_pp(n, get_manager()) << "\n";);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue