sawcore imports don't work correctly #1112
Labels
subsystem: saw-core
Issues related to the saw-core representation or the saw-core subsystem
type: bug
Issues reporting bugs or unexpected/unwanted behavior
Milestone
This may be a bit related to #1044.
Basically,
saw
seems to know that symbol names exist in imported saw core files, but it doesn't act on them. For example:Both of these calls to yices should produce a counter example because we uninterpreted
g
in both. We knowsaw
knows thatg
exists becausesaw
would otherwise complain saying "Could not resolve name: g", but this does not happen. However,saw
does not uninterpretg
, nor does it unfoldf
when we try to print the term.The text was updated successfully, but these errors were encountered: