3
0
Fork 0
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:
Nikolaj Bjorner 2024-12-21 11:53:46 +01:00
parent db9f45dfec
commit da6a5facca
3 changed files with 9 additions and 12 deletions

View file

@ -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();