-
Notifications
You must be signed in to change notification settings - Fork 33
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
Issue 705 #755
Issue 705 #755
Conversation
src/lib/structures/modelMap.ml
Outdated
| "@/" | "@%" | "@*" -> true | ||
| _ -> false | ||
|
||
(* The model generation is not ready for FPA and Bitvector theories. *) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/not ready/known to be incomplete
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't resolve conversations asking for a change without making the corresponding change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I thought I did it.
Done |
This reverts commit 8ff2268.
if ModelMap.(is_suspicious functions || is_suspicious constants | ||
|| is_suspicious arrays) then | ||
Format.fprintf fmt "; This model is a best-effort. It includes symbols | ||
for which model generation is known to be incomplete. @."; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we should be flushing the printer here, @,
would be preferrable, but I am not sure we are in a box here, so let's leave it that way for now.
src/lib/structures/modelMap.ml
Outdated
| "@/" | "@%" | "@*" -> true | ||
| _ -> false | ||
|
||
(* The model generation is not ready for FPA and Bitvector theories. *) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't resolve conversations asking for a change without making the corresponding change.
This PR fixes the issue #705.