paper-with-me

홈 › Papers

Engineering an Efficient Boolean Functional Synthesis Engine

2021-08-12 · Priyanka Golia, Friedrich Slivovsky, Subhajit Roy, Kuldeep S. Meel

Given a Boolean specification between a set of inputs and outputs, the problem of Boolean functional synthesis is to synthesise each output as a function of inputs such that the specification is met. Although the past few years have witnessed intense algorithmic development, accomplishing scalability remains the holy grail. The state-of-the-art approach combines machine learning and automated reasoning to efficiently synthesise Boolean functions. In this paper, we propose four algorithmic improvements for a data-driven framework for functional synthesis: using a dependency-driven multi-classifier to learn candidate function, extracting uniquely defined functions by interpolation, variables retention, and using lexicographic MaxSAT to repair candidates. We implement these improvements in the state-of-the-art framework, called Manthan. The proposed framework is called Manthan2. Manthan2 shows significantly improved runtime performance compared to Manthan. In an extensive experimental evaluation on 609 benchmarks, Manthan2 is able to synthesise a Boolean function vector for 509 instances compared to 356 instances solved by Manthan--- an increment of 153 instances over the state-of-the-art. To put this into perspective, Manthan improved on the prior state-of-the-art by only 76 instances.

📄 PDF Abstract BibTeX arXiv:2108.05717

Code (1)

meelgroup/manthan 공식 구현

Methods 이 논문이 사용한 방법론

Repair 설명 없음

Similar Papers 제목 키워드 기반

BNSynth: Bounded Boolean Functional Synthesis

2022-12-15 · Ravi Raja, Stanly Samuel, Chiranjib Bhattacharyya, Deepak D'Souza 외

The automated synthesis of correct-by-construction Boolean functions from logical specifications is known as the Boolean Functional Synthesis (BFS) problem. BFS has many application areas that range from software enginee…

GPU-Accelerated Synthesis of Mixed-Boolean Arithmetic: Beyond Caching

2026-05-07 · Gabriel Bathie, Baptiste Mouillon, Nathanaël Fijalkow arxiv

Synthesizing Mixed-Boolean Arithmetic (MBA) expressions from input-output examples is central to program deobfuscation and also useful for compiler optimization, reverse engineering, and cryptanalysis. Existing MBA synth…

Toward Engineering AGI: Benchmarking the Engineering Design Capabilities of LLMs

2025-07-01 · Xingang Guo, Yaxin Li, Xiangyi Kong, Yilan Jiang 외 arxiv

Modern engineering, spanning electrical, mechanical, aerospace, civil, and computer disciplines, stands as a cornerstone of human civilization and the foundation of our society. However, engineering design poses a fundam…

Question Answering

IReEn: Reverse-Engineering of Black-Box Functions via Iterative Neural Program Synthesis

2020-06-18 · NeurIPS Workshop CAP 2020 12 · Hossein Hajipour, Mateusz Malinowski, Mario Fritz

In this work, we investigate the problem of revealing the functionality of a black-box agent. Notably, we are interested in the interpretable and formal description of the behavior of such an agent. Ideally, this descrip…

Computer SecurityProgram Synthesis

A Normal Form Characterization for Efficient Boolean Skolem Function Synthesis

2021-04-29 · Preey Shah, Aman Bansal, S. Akshay, Supratik Chakraborty

Boolean Skolem function synthesis concerns synthesizing outputs as Boolean functions of inputs such that a relational specification between inputs and outputs is satisfied. This problem, also known as Boolean functional …

CryptanalysisForm