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

Response parser gives Ga instead of Gv #5

Open
jwaldmann opened this issue Mar 6, 2012 · 0 comments
Open

Response parser gives Ga instead of Gv #5

jwaldmann opened this issue Mar 6, 2012 · 0 comments

Comments

@jwaldmann
Copy link

For an smt2 script with (check-sat)(get-value ...), Z3 answers

sat
((f12m false)
(f12c 0)
(f13m true) ...

and I was expecting that parseResponses gives [ Cs_response Sat , Gv_response pairs ]
but actually it produces [ Cs_response Sat , Ga_response terms ]

I expect it is difficult to know what the S-expression means
(the response parser does not know what command caused the output).

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

1 participant