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

Printing unknown reason #834

Closed
Halbaroth opened this issue Sep 22, 2023 · 3 comments
Closed

Printing unknown reason #834

Halbaroth opened this issue Sep 22, 2023 · 3 comments

Comments

@Halbaroth
Copy link
Collaborator

Halbaroth commented Sep 22, 2023

We should support the SMT-LIB syntax (get-info :reason-unknown) to be able to print the reason why Alt-Ergo answers timeout.

See #829 (comment)

The PR #837 partially solves this issue.

@Stevendeo
Copy link
Collaborator

I have been testing something before closing this issue, and something annoying happens.

  • If we set a global timeout, we stop right after the timeout so the get-info :reason-unknown is not reached
  • If we set a timeout per goal and return unknown, (get-info :reason-unknown) returns an error.

@Stevendeo
Copy link
Collaborator

Ah, actually with the latest next (after Fix timeout) it is worse with timelimit-per-goal. As the assertion fails, it returns a first unknown before reaching check-sat which also returns unknown...

@bclement-ocp
Copy link
Collaborator

Works now.

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

3 participants