Pith. sign in

REVIEW 1 cited by

Inferring Loop Invariants by Mutation, Dynamic Analysis, and Static Checking

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 1407.5286 v4 pith:WOPINYEV submitted 2014-07-20 cs.SE

classification cs.SE
keywords loopautomaticautomaticallycheckingfullystaticcandidatesdynamic
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
read the original abstract

Verifiers that can prove programs correct against their full functional specification require, for programs with loops, additional annotations in the form of loop invariants---propeties that hold for every iteration of a loop. We show that significant loop invariant candidates can be generated by systematically mutating postconditions; then, dynamic checking (based on automatically generated tests) weeds out invalid candidates, and static checking selects provably valid ones. We present a framework that automatically applies these techniques to support a program prover, paving the way for fully automatic verification without manually written loop invariants: Applied to 28 methods (including 39 different loops) from various java.util classes (occasionally modified to avoid using Java features not fully supported by the static checker), our DYNAMATE prototype automatically discharged 97% of all proof obligations, resulting in automatic complete correctness proofs of 25 out of the 28 methods---outperforming several state-of-the-art tools for fully automatic verification.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. A Practical Approach to Formal Methods: An Eclipse Integrated Development Environment (IDE) for Security Protocols

    cs.CR 2024-11 conditional novelty 4.0 of 10

    An Eclipse IDE that integrates AnB/AnBx modelling, OFMC/ProVerif verification, and Java code generation is evaluated through student surveys and benchmarks, with positive but self-reported results.

Pith tools