Skip to content

Completeness regression in LRA with one quantifier #5340

@maurobringolf

Description

@maurobringolf
// z3 commit: 082ec0f49988712c683b1737356e27f2d6416455

$ z3-4.8.10 unknown.smt2
sat
$ z3trunk unknown.smt2
unknown
$ cat unknown.smt2
(declare-const x2 Bool)
(declare-const x9 Bool)
(declare-fun x () Real)
(assert (< x (ite (forall ((x Bool)) (ite x x9 x2)) 0.0 1.0)))
(check-sat)

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