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

the exists/forall solver failed: projection error #362

Closed
rainoftime opened this issue Apr 27, 2021 · 1 comment
Closed

the exists/forall solver failed: projection error #362

rainoftime opened this issue Apr 27, 2021 · 1 comment

Comments

@rainoftime
Copy link

rainoftime commented Apr 27, 2021

yices bc50beb

(set-logic LIA)
(declare-fun i0 () Int)
(assert (forall ((q22 Int)) (= q22 (abs i0))))
(check-sat)
*************************************************************
FATAL ERROR: the exists/forall solver failed: projection error
*************************************************************
Please report this bug to yices-bugs@csl.sri.com.
To help us diagnose this problem, please include the
following information in your bug report:

  Yices version: 2.6.2
  Build date: 2021-04-27
  Platform: x86_64-pc-linux-gnu (debug)

Thank you for your help.
*************************************************************
@BrunoDutertre
Copy link
Member

Fixed in 8966461.

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

No branches or pull requests

2 participants