mirror of
https://github.com/Z3Prover/z3
synced 2025-10-13 11:10:19 +00:00
set relevancy = 0 in auto-config mode when there are bit-vectors and no quantifiers, #7484
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
114cae50a5
commit
db9f45dfec
5 changed files with 23 additions and 9 deletions
|
@ -533,7 +533,7 @@ namespace smt {
|
|||
lbool context::preferred_sat(expr_ref_vector const& asms, vector<expr_ref_vector>& cores) {
|
||||
pop_to_base_lvl();
|
||||
cores.reset();
|
||||
setup_context(false);
|
||||
setup_context(false, !asms.empty());
|
||||
internalize_assertions();
|
||||
if (m_asserted_formulas.inconsistent() || inconsistent()) {
|
||||
return l_false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue