mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 10:55:50 +00:00
tracking use of assumptions in tactics
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
71fff8ffa2
commit
3d7eb12117
5 changed files with 76 additions and 84 deletions
|
@ -194,7 +194,7 @@ public:
|
|||
m_use_solver1_results = false;
|
||||
|
||||
if (get_num_assumptions() != 0 ||
|
||||
num_assumptions > 0 || // assumptions were provided
|
||||
num_assumptions > 0 || // assumptions were provided
|
||||
m_ignore_solver1) {
|
||||
// must use incremental solver
|
||||
switch_inc_mode();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue