Skip to content

Soundness bug define-funs-rec #3960

@wintered

Description

@wintered
[698] % z3 small.smt2
sat
[699] % cvc4 -q small.smt2
unsat
[700] % 
[700] % cat small.smt2
(define-funs-rec ((a () Int) (b ((c Int)) Bool))
 (0 (ite (< c 0) false (ite (= c 0) true (b (- 2))))))
(assert (b 7))
(check-sat)
[701] %

OS: Ubuntu 18.04
Commit: 0f69783

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions