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

feat(z3_solver): print reason for unknown #472

Open
wants to merge 1 commit into
base: dev14
Choose a base branch
from

Conversation

priyasiddharth
Copy link
Collaborator

No description provided.

boost::tribool solve() {
boost::tribool res = z3l_to_tribool(Z3_solver_check(ctx, solver));
ctx.check_error();
if (indeterminate(res)) {
llvm::errs() << "Reason (for unknown status) : " << getReasonUnknown()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be under LOG. Probably don't want to print this from inside solve. This is client dependent.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this being addressed and PR merged?

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

Successfully merging this pull request may close these issues.

None yet

2 participants