mirror of
https://github.com/Z3Prover/z3
synced 2025-11-05 13:56:03 +00:00
fix #3739 - dependencies may be valid even if they are null
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c26d3f5437
commit
64d157d81e
3 changed files with 21 additions and 11 deletions
|
|
@ -369,5 +369,6 @@ void macro_manager::expand_macros(expr * n, proof * pr, expr_dependency * dep, e
|
|||
}
|
||||
|
||||
SASSERT(!new_pr || m.get_fact(new_pr) == r);
|
||||
SASSERT(!dep || new_dep);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue