mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 13:06:05 +00:00
Complete fix for recursive function infinite loop during assertion
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
1a30705bd9
commit
cd1aaf2895
3 changed files with 11 additions and 4 deletions
2
test_non_recursive.smt2
Normal file
2
test_non_recursive.smt2
Normal file
|
@ -0,0 +1,2 @@
|
|||
(define-funs-rec ((f ((x Int)) Bool)) ((= x 1)))
|
||||
(assert (f 1))
|
Loading…
Add table
Add a link
Reference in a new issue