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

Fatal failure at theory/arith/nonlinear_extension.cpp:2685 #3998

Closed
rainoftime opened this issue Mar 10, 2020 · 0 comments
Closed

Fatal failure at theory/arith/nonlinear_extension.cpp:2685 #3998

rainoftime opened this issue Mar 10, 2020 · 0 comments

Comments

@rainoftime
Copy link

Hi,
For this formula:

(set-logic QF_NRA)
(declare-fun _substvar_58_ () Bool)
(declare-fun _substvar_59_ () Bool)
(declare-fun _substvar_82_ () Bool)
(set-option :cegqi-si-sol-min-core false)
(set-option :sets-rel-eager false)
(set-option :rewrite-rules true)
(set-option :arith-rewrite-equalities true)
(set-option :new-prop false)
(set-option :sygus-unif false)
(set-option :synth-rr-prep true)
(set-option :nl-ext-split-zero true)
(set-option :nl-ext-rbound true)
(set-option :ut-all-bounded false)
(declare-const v8 Bool)
(declare-const r0 Real)
(declare-const r3 Real)
(declare-const r4 Real)
(declare-const r6 Real)
(declare-const r9 Real)
(assert (or _substvar_82_ v8))
(assert (or (>= 4 r3 0.0) _substvar_59_ _substvar_58_))
(assert (>= 0.0 r0 (/ r9 r6) (- r3) (* 4 r4 r3)))
(assert (distinct 0.0 r6 r0))
(check-sat)

CVC4 incremental mode throws out a fatal failure:

Fatal failure within std::vector<CVC4::NodeTemplate<true> > CVC4::theory::arith::NonlinearExtension::checkMonomialInferResBounds() at /home/peisen/test/tofuzz/CVC4/src/theory/arith/nonlinear_extension.cpp:2685
Check failure

 mv_b_sgn != 0

OS: Ubuntu 16.04
Commit: 7d3df3b

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

No branches or pull requests

2 participants