3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-27 16:38:45 +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:
Nikolaj Bjorner 2024-12-20 18:10:46 +01:00
parent 114cae50a5
commit db9f45dfec
5 changed files with 23 additions and 9 deletions

View file

@ -109,6 +109,7 @@ namespace smt {
void setup_lra_arith();
void setup_fpa();
void setup_str();
void setup_relevancy(static_features& st);
public:
setup(context & c, smt_params & params);