paper-with-me

홈 › Papers

Horn-ICE Learning for Synthesizing Invariants and Contracts

2017-12-26 · Deepak D'Souza, P. Ezudheen, Pranav Garg, P. Madhusudan, Daniel Neider

We design learning algorithms for synthesizing invariants using Horn implication counterexamples (Horn-ICE), extending the ICE-learning model. In particular, we describe a decision-tree learning algorithm that learns from Horn-ICE samples, works in polynomial time, and uses statistical heuristics to learn small trees that satisfy the samples. Since most verification proofs can be modeled using Horn clauses, Horn-ICE learning is a more robust technique to learn inductive annotations that prove programs correct. Our experiments show that an implementation of our algorithm is able to learn adequate inductive invariants and contracts efficiently for a variety of sequential and concurrent programs.

📄 PDF Abstract BibTeX arXiv:1712.09418

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Data-driven Verification of Procedural Programs with Integer Arrays

2025-05-21 · Ahmed Bouajjani, Wael-Amine Boutglay, Peter Habermehl

We address the problem of verifying automatically procedural programs manipulating parametric-size arrays of integers, encoded as a constrained Horn clauses solving problem. We propose a new algorithmic method for synthe…

Invariant Synthesis for Incomplete Verification Engines

2017-12-15 · Daniel Neider, Pranav Garg, P. Madhusudan, Shambwaditya Saha 외

We propose a framework for synthesizing inductive invariants for incomplete verification engines, which soundly reduce logical problems in undecidable theories to decidable theories. Our framework is based on the counter…

Ranking LLM-Generated Loop Invariants for Program Verification

2023-10-13 · Saikat Chakraborty, Shuvendu K. Lahiri, Sarah Fakhoury, Madanlal Musuvathi 외

Synthesizing inductive loop invariants is fundamental to automating program verification. In this work, we observe that Large Language Models (such as gpt-3.5 or gpt-4) are capable of synthesizing loop invariants for a c…

Re-Ranking

Verification Modulo Tested Library Contracts

2026-04-16 · Abhishek Uppar, Omar Muhammad, Sumanth Prabhu, Deepak D'Souza 외 arxiv

We consider the problem of verification modulo tested library contracts as a step towards automating the verification of client programs that use complex libraries. We formulate this problem as the synthesis of modular c…

Oasis: ILP-Guided Synthesis of Loop Invariants

2020-10-13 · NeurIPS Workshop CAP 2020 12 · Sahil Bhatia, Saswat Padhi, Nagarajan Natarajan, Rahul Sharma 외

Automated synthesis of inductive invariants is an important problem in software verification. We propose a novel technique that is able to solve complex loop invariant synthesis problems involving large number of variabl…