English

Symbolic Execution + Model Counting + Entropy Maximization = Automatic Search Synthesis

Logic in Computer Science 2020-09-24 v1 Information Theory math.IT

Abstract

We present a method of automatically synthesizing steps to solve search problems. Given a specification of a search problem, our approach uses symbolic execution to analyze the specification in order to extract a set of constraints which model the problem. These constraints are used in a process called model counting, which is leveraged to compute probability distributions relating search steps to predicates about an unknown target. The probability distribution functions determine an information gain objective function based on Shannon entropy, which, when maximized, yields the next optimal step of the search. We prove that our algorithm converges to a correct solution, and discuss computational complexity issues. We implemented a domain specific language in which to write search problem specifications, enabling our static analysis phase. Our experiments demonstrate the effectiveness of our approach on a set of search problem case studies inspired by the domains of software security, computational geometry, AI for games, and user preference ranking.

Keywords

Cite

@article{arxiv.2009.10877,
  title  = {Symbolic Execution + Model Counting + Entropy Maximization = Automatic Search Synthesis},
  author = {Mara Downing and Abtin Molavi and Lucas Bang},
  journal= {arXiv preprint arXiv:2009.10877},
  year   = {2020}
}

Comments

In Proceedings GandALF 2020, arXiv:2009.09360

R2 v1 2026-06-23T18:44:00.682Z