paper-with-me

홈 › Papers

Formally Verified SAT-Based AI Planning

2020-10-27 · Mohammad Abdulaziz, Friedrich Kurz

We present an executable formally verified SAT encoding of classical AI planning. We use the theorem prover Isabelle/HOL to perform the verification. We experimentally test the verified encoding and show that it can be used for reasonably sized standard planning benchmarks. We also use it as a reference to test a state-of-the-art SAT-based planner, showing that it sometimes falsely claims that problems have no solutions of certain lengths.

📄 PDF Abstract BibTeX arXiv:2010.14648

Code (1)

mabdula/Verified-SAT-Based-Planning 공식 구현

Similar Papers 제목 키워드 기반

Formally Verified Certification of Unsolvability of Temporal Planning Problems

2025-10-11 · David Wang, Mohammad Abdulaziz arxiv

We present an approach to unsolvability certification of temporal planning. Our approach is based on encoding the planning problem into a network of timed automata, and then using an efficient model checker on the networ…

Formal Semantics and Formally Verified Validation for Temporal Planning

2022-03-25 · Mohammad Abdulaziz, Lukas Koller

We present a simple and concise semantics for temporal planning. Our semantics are developed and formalised in the logic of the interactive theorem prover Isabelle/HOL. We derive from those semantics a validation algorit…

AlphaVerus: Bootstrapping Formally Verified Code Generation through Self-Improving Translation and Treefinement

2024-12-09 · Pranjal Aggarwal, Bryan Parno, Sean Welleck

Automated code generation with large language models has gained significant traction, but there remains no guarantee on the correctness of generated code. We aim to use formal verification to provide mathematical guarant…

Code GenerationHumanEvalmbpp

Formally Verified Solution Methods for Infinite-Horizon Markov Decision Processes

2022-06-05 · Maximilian Schäfeller, Mohammad Abdulaziz

We formally verify executable algorithms for solving Markov decision processes (MDPs) in the interactive theorem prover Isabelle/HOL. We build on existing formalizations of probability theory to analyze the expected tota…

Automaton-Based Representations of Task Knowledge from Generative Language Models

2022-12-04 · Yunhao Yang, Jean-Raphaël Gaglione, Cyrus Neary, Ufuk Topcu

Automaton-based representations of task knowledge play an important role in control and planning for sequential decision-making problems. However, obtaining the high-level task knowledge required to build such automata i…

Decision MakingSequential Decision Making