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:
parent
114cae50a5
commit
db9f45dfec
5 changed files with 23 additions and 9 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue