mirror of
https://github.com/Z3Prover/z3
synced 2025-11-11 00:22:05 +00:00
revert change to setup_context that delays it until there are assertions
This commit is contained in:
parent
db9f45dfec
commit
da6a5facca
3 changed files with 9 additions and 12 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, bool has_assumptions);
|
||||
virtual void setup_context(bool use_static_features);
|
||||
void setup_components();
|
||||
void pop_to_base_lvl();
|
||||
void pop_to_search_lvl();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue