Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sygus-inference ag-miniscope-quant fatal failure at src/theory/quantifiers/quantifiers_rewriter.cpp:1787 #3947

Closed
muchang opened this issue Mar 8, 2020 · 0 comments · Fixed by #3974
Assignees
Labels
minor Priority

Comments

@muchang
Copy link

muchang commented Mar 8, 2020

Hi,
For this formula:

(set-option :ag-miniscope-quant true)
(set-option :sygus-inference true)
(declare-fun a () Real)
(declare-fun b () Real)
(assert (forall ((c Real)) (or (< c a) (< 0 b))))
(check-sat)

CVC4 throws out a fatal failure:

Fatal failure within static CVC4::Node CVC4::theory::quantifiers::QuantifiersRewriter::computeAggressiveMiniscoping(std::vector<CVC4::NodeTemplate<true> >&, CVC4::Node) at src/theory/quantifiers/quantifiers_rewriter.cpp:1787
Check failure
 !qvl2.empty() || !qvsh.empty()
Aborted

OS: Ubuntu 18.04
Commit: a0b35a8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor Priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants