Skip to content

Regression with lambdas: trivial formula now unknown #5516

@nunoplopes

Description

@nunoplopes

I'm seeing a regression with lambdas, where a lot of simple formulas that used to be unsat now give unknown.
The commit at fault is: 8f306c6

Error message: smt tactic failed to show goal to be sat/unsat (incomplete quantifiers)

The attached log has 2 calls to Z3_check: they should give sat & unsat, respectively. After the mentioned commit, they give sat & undef.
z3_log.zip

The test case is from Alive2 and is really simple: just transforms a store instruction into a memset (the lambda).

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