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

Crash when solver executable not found #286

Closed
acfoltzer opened this issue Jun 13, 2018 · 0 comments · Fixed by #676
Closed

Crash when solver executable not found #286

acfoltzer opened this issue Jun 13, 2018 · 0 comments · Fixed by #676
Assignees
Labels
topics: error-messages Issues involving the messages SAW produces on error
Milestone

Comments

@acfoltzer
Copy link
Contributor

We should handle this situation more gracefully:

 ┏━━━┓━━━┓━┓━┓━┓
 ┃ ━━┓ ╻ ┃ ┃ ┃ ┃
 ┣━━ ┃ ╻ ┃┓ ╻ ┏┛
 ┗━━━┛━┛━┛┗━┛━┛ version 0.2 (5819ac2)

sawscript> prove yices {{ \(x:[32], y:[32], z:[32]) -> x*(y+z) == x*y + x*z }}
saw: Unable to locate executable for Yices
Executable specified: "yices-smt2"

CallStack (from HasCallStack):
  error, called at ./Data/SBV/SMT/SMT.hs:488:23 in sbv-7.7-83dee47a5b386e97a17664820e31896475a2bb5692d636ba96af730da1683cab:Data.SBV.SMT.SMT
@langston-barrett langston-barrett added the topics: error-messages Issues involving the messages SAW produces on error label Mar 28, 2019
@atomb atomb added this to the 1.0 milestone Apr 30, 2019
@chameco chameco self-assigned this Apr 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topics: error-messages Issues involving the messages SAW produces on error
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants