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

Extend supported commands #7

Open
6 of 19 tasks
sushant94 opened this issue Mar 2, 2016 · 0 comments
Open
6 of 19 tasks

Extend supported commands #7

sushant94 opened this issue Mar 2, 2016 · 0 comments
Labels
Milestone

Comments

@sushant94
Copy link
Owner

smtlib.rs currently only supports a few of the defined standard command.
According to the SMTLIB2 standard the following functions are to be recognized and implemented for every solver:

  • set-logic
  • define-fun
  • declare-fun
  • declare-sort
  • define-sort
  • assert
  • get-assertions
  • check-sat
  • get-proof
  • get-unsat-core
  • get-value
  • get-assignment
  • push
  • pop
  • get-option
  • set-option
  • get-info
  • set-info
  • exit

We would like to support them all

@sushant94 sushant94 added this to the v0.1.1 milestone Mar 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant