Skip to content

[Consolidated] soundness issues, invalid models, and crashes for options "tactic.default_tactic=smt sat.euf=true" (2) #5324

@zhendongsu

Description

@zhendongsu

Commit: ba56bfa
OS: Ubuntu 18.04

Refutation unsoundness:

[526] % z3release small.smt2
sat
[527] % z3release tactic.default_tactic=smt sat.euf=true model_validate=true small.smt2
unsat
[528] % cat small.smt2
(declare-const a Real)
(assert (not (< (* a a) 0 0)))
(check-sat)
[529] % 

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