Answer Set Programming

Answer Set Programming

简介:

Answer Set Programming (ASP) 是一种面向组合搜索问题的编程方法。在这样的问题中,目标是在大量但有限的可能性中找到解决方案。ASP的思想来源于对人工智能和计算逻辑的研究。ASP是声明式编程的一种形式: ASP程序描述了什么被认为是问题的解决方案,但没有指定解决问题的算法。搜索是由称为答案集求解器的复杂软件系统执行的。组合搜索问题经常出现在科学和技术中,ASP已经在不同的领域找到了应用-在历史语言,生物信息学,机器人技术,太空探索,石油和天然气行业等等。这种编程方法的重要性得到了人工智能2016年促进协会的认可,当时AI杂志发布了一份关于答案集编程的特刊。本书将向读者介绍ASP的理论和实践。它将描述答案集求解器CLINGO的输入语言,该语言是在德国波茨坦大学设计的,如今已被许多国家的ASP程序员使用。它将包括许多ASP程序的示例,并介绍ASP所基于的数学理论。将有许多具有完整解决方案的练习。

英文简介:

Answer Set Programming (ASP) is a programming methodology oriented towards combinatorial search problems. In such a problem, the goal is to find a solution among a large but finite number of possibilities. The idea of ASP came from research on artificial intelligence and computational logic. ASP is a form of declarative programming: an ASP program describes what is counted as a solution to the problem, but does not specify an algorithm for solving it. Search is performed by sophisticated software systems called answer set solvers.

Combinatorial search problems often arise in science and technology, and ASP has found applications in diverse areas―in historical linguistic, in bioinformatics, in robotics, in space exploration, in oil and gas industry, and many others. The importance of this programming method was recognized by the Association for the Advancement of Artificial Intelligence in 2016, when AI Magazine published a special issue on answer set programming.

The book will introduce the reader to the theory and practice of ASP. It will describe the input language of the answer set solver CLINGO, which was designed at the University of Potsdam in Germany and is used today by ASP programmers in many countries. It will include numerous examples of ASP programs and present the mathematical theory that ASP is based on. There will be many exercises with complete solutions.

书名
Answer Set Programming
译名
答案集编程
语言
英语
年份
2022
页数
198页
大小
688.18 kB
下载
pdf iconAnswer Set Programming.pdf
密码
65536

最后更新:2025-04-12 23:54:37

←Principles of Algorithmic Problem Solving

→Competitive Programmer's Handbook