You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to stp-...@googlegroups.com
In the C interface, vc_parseMemExpr calls smt_scan_string on the input both for SMT-LIB and CVC syntax. This will fail for CVC syntax, which needs to be scanned by cvc_scan_string.
Ryan
Trevor Hansen
unread,
Feb 11, 2013, 7:33:16 AM2/11/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to stp-...@googlegroups.com
On Friday, February 8, 2013 1:02:55 PM UTC+11, Ryan Govostes wrote:
In the C interface, vc_parseMemExpr calls smt_scan_string on the input both for SMT-LIB and CVC syntax. This will fail for CVC syntax, which needs to be scanned by cvc_scan_string.
Ryan
Thanks for reporting this Ryan. The problem is fixed in r1669.