From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,3f4112f9d4cec374,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!j8g2000yqd.googlegroups.com!not-for-mail From: Phil Thornley Newsgroups: comp.lang.ada Subject: SPARK POGS: List the rules used by the Simplifier Date: Fri, 13 Aug 2010 10:21:16 -0700 (PDT) Organization: http://groups.google.com Message-ID: <0885ddcf-4d87-4cb5-a7ff-53d4397e0c8a@j8g2000yqd.googlegroups.com> NNTP-Posting-Host: 80.177.171.182 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1281720076 2459 127.0.0.1 (13 Aug 2010 17:21:16 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 13 Aug 2010 17:21:16 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: j8g2000yqd.googlegroups.com; posting-host=80.177.171.182; posting-account=Fz1-yAoAAACc1SDCr-Py2qBj8xQ-qC2q User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:13230 Date: 2010-08-13T10:21:16-07:00 List-Id: The POGS tool in the SPARK GPL toolset summarises the state of the proofs for a program. But it is not easy to determine which user rules have/have not been used by the Simplifier. I have made a modified POGS that lists the rules used by the Simplifier as part of the summary output so, instead of just the list of rule files, it prints the following: D:\SPARK\ordered_list2\ordered_lists\ordered_lists.rlu ordered_user(1) ordered_user(6) ordered_user(10) ordered_user(2) ordered_user(7) ordered_user(11) ordered_user(3) ordered_user(8) ordered_user(12) ordered_user(4) ordered_user(9) ordered_user(13) ordered_user(5) D:\SPARK\ordered_list2\ordered_lists\delete.rlu delete_user(1) delete_user(2) D:\SPARK\ordered_list2\ordered_lists\initialize.rlu init_user(1) init_user(4) init_user(7) init_user(2) init_user(5) init_user(8) init_user(3) init_user(6) init_user(9) http://www.sparksure.com/resources/POGSRuleList.zip is an archive with the new and modified files as well as a Windows executable. http://www.sparksure.com/resources/pogsrulelist.patch is a patch file (created by git). Cheers, Phil