mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
retain default configuration between calls to SMT tactic so that values are not overwritten between calls to smt-setup. Fixes bug #196
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8c11299be6
commit
7639eff29b
3 changed files with 7 additions and 3 deletions
|
@ -52,6 +52,7 @@ namespace smt {
|
|||
// }
|
||||
TRACE("setup", tout << "configuring logical context, logic: " << m_logic << "\n";);
|
||||
m_already_configured = true;
|
||||
|
||||
switch (cm) {
|
||||
case CFG_BASIC: setup_unknown(); break;
|
||||
case CFG_LOGIC: setup_default(); break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue