mirror of
https://github.com/Z3Prover/z3
synced 2025-06-28 08:58:44 +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
|
@ -1566,7 +1566,7 @@ namespace smt {
|
|||
void init();
|
||||
void flush();
|
||||
config_mode get_config_mode(bool use_static_features) const;
|
||||
virtual void setup_context(bool use_static_features);
|
||||
virtual void setup_context(bool use_static_features, bool has_assumptions);
|
||||
void setup_components();
|
||||
void pop_to_base_lvl();
|
||||
void pop_to_search_lvl();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue