Skip to content

qe_rec incorrect answer on NIA formula #2978

@muchang

Description

@muchang

Hi,
For this formula:

(declare-fun a () Int)
(assert (forall ((b Int)) (or (= (* b b) a) (> b 0))))
(check-sat)
(check-sat-using (then qe_rec smt))

(check-sat) returns unsat, while (check-sat-using (then qe_rec smt)) returns sat

OS: Ubuntu 18.04
Commit: 4f33c12

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