Skip to content

Model validation fails: failed to verify: (or a (not (and a b)))  #3163

@wintered

Description

@wintered

Hi,
For this formula:

(declare-fun a () Bool)
(declare-fun b () Bool)
(assert (or (not (and a b)) a))
(check-sat)

failed to verify: (or a (not (and a b)))
evaluated to (or a (not (and a b)))
(params keep_cardinality_constraints true pb.solver solver xor_solver false)
sat

OS: Ubuntu 18.04
Commit: 6b0e599

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