中文
相关论文

相关论文: The Computational Complexity of Probabilistic Plan…

200 篇论文

Optimization is fundamental in many areas of science, from computer science and information theory to engineering and statistical physics, as well as to biology or social sciences. It typically involves a large number of variables and a…

统计力学 · 物理学 2009-07-08 Lenka Zdeborová

Typestate systems ensure many desirable properties of imperative programs, including initialization of object fields and correct use of stateful library interfaces. Abstract sets with cardinality constraints naturally generalize typestate…

编程语言 · 计算机科学 2013-02-14 Bruno Marnette , Viktor Kuncak , Martin Rinard

This is a chapter in the Encyclopedia of Robotics. It is devoted to the study of complexity of complete (or exact) algorithms for robot motion planning. The term ``complete'' indicates that an approach is guaranteed to find the correct…

机器人学 · 计算机科学 2020-03-31 Kiril Solovey

We completely classify the computational complexity of the list H-colouring problem for graphs (with possible loops) in combinatorial and algebraic terms: for every graph H the problem is either NP-complete, NL-complete, L-complete or is…

计算复杂性 · 计算机科学 2010-02-03 Laszlo Egri , Andrei Krokhin , Benoit Larose , Pascal Tesson

In this manuscript, we derive the principle of conservation of computational complexity. We measure computational complexity as the number of binary computations (decisions) required to solve a problem. Every problem then defines a unique…

计算复杂性 · 计算机科学 2018-01-08 Gerald Friedland , Alfredo Metere

We consider a class of optimization problems defined by a system of linear equations with min and max operators. This class of optimization problems has been studied under restrictive conditions, such as, (C1) the halting or stability…

计算复杂性 · 计算机科学 2024-12-18 Krishnendu Chatterjee , Ruichen Luo , Raimundo Saona , Jakub Svoboda

In this paper, we define and study variants of several complexity classes of decision problems that are defined via some criteria on the number of accepting paths of an NPTM. In these variants, we modify the acceptance criteria so that they…

计算复杂性 · 计算机科学 2024-10-11 Eleni Bakali , Aggeliki Chalki , Sotiris Kanellopoulos , Aris Pagourtzis , Stathis Zachos

Probabilistic systems are an important theme in AI domain. As the specification language, the logic PCTL is now the default logic for reasoning about probabilistic properties. In this paper, we present a natural and succinct probabilistic…

计算机科学中的逻辑 · 计算机科学 2015-05-11 Wanwei Liu , Lei Song , Ji Wang , Lijun Zhang

In probabilistic logic entailments, even moderate size problems can yield linear constraint systems with so many variables that exact methods are impractical. This difficulty can be remedied in many cases of interest by introducing a three…

人工智能 · 计算机科学 2013-03-26 Paul Snow

Most current planners assume complete domain models and focus on generating correct plans. Unfortunately, domain modeling is a laborious and error-prone task. While domain experts cannot guarantee completeness, often they are able to…

人工智能 · 计算机科学 2011-04-28 Tuan Nguyen , Subbarao Kambhampati , Minh Do

We study three problems related to the computational complexity of the popular game Minesweeper. The first is consistency: given a set of clues, is there any arrangement of mines that satisfies it? This problem has been known to be…

计算复杂性 · 计算机科学 2024-04-24 MIT Hardness Group , Della Hendrickson , Andy Tockman

Several fragments of the satisfiability problem have been studied in the literature. Among these, Linear 3-SAT is a satisfaction problem in which each clause (viewed as a set of literals) intersects with at most one other clause; moreover,…

计算复杂性 · 计算机科学 2025-06-18 Victorien Desbois , Ocan Sankur , François Schwarzentruber

Optimization is a key task in a number of applications. When the set of feasible solutions under consideration is of combinatorial nature and described in an implicit way as a set of constraints, optimization is typically NP-hard.…

人工智能 · 计算机科学 2014-10-27 Daniel Le Berre , Emmanuel Lonca , Pierre Marquis

The question of whether the complexity class P is equal to the complexity class NP has been a seemingly intractable problem for over 4 decades. It has been clear that if an algorithm existed that would solve the problems in the NP class in…

计算复杂性 · 计算机科学 2015-06-04 Jason W. Steinmetz

The fixed template Promise Constraint Satisfaction Problem (PCSP) is a recently proposed significant generalization of the fixed template CSP, which includes approximation variants of satisfiability and graph coloring problems. All the…

计算复杂性 · 计算机科学 2019-09-12 Libor Barto

Valiant introduced matchgate computation and holographic algorithms. A number of seemingly exponential time problems can be solved by this novel algorithmic paradigm in polynomial time. We show that, in a very strong sense, matchgate…

计算复杂性 · 计算机科学 2010-08-05 Jin-Yi Cai , Pinyan Lu , Mingji Xia

Using the probability theory-based approach, this paper reveals the equivalence of an arbitrary NP-complete problem to a problem of checking whether a level set of a specifically constructed harmonic cost function (with all diagonal entries…

计算复杂性 · 计算机科学 2012-08-06 Alexander Y. Davydov

This paper depicts algorithms for solving the decision Boolean Satisfiability Problem. An extreme problem is formulated to analyze the complexity of algorithms and the complexity for solving it. A novel and easy reformulation as a lottery…

计算复杂性 · 计算机科学 2016-04-15 Carlos Barrón-Romero

Hybrid Probabilistic Programs (HPPs) are logic programs that allow the programmer to explicitly encode his knowledge of the dependencies between events being described in the program. In this paper, we classify HPPs into three classes…

人工智能 · 计算机科学 2013-01-30 Michael I. Dekhtyar , Alex Dekhtyar , V. S. Subrahmanian

Fundamentally, every static program analyser searches for a proof through a combination of heuristics providing candidate solutions and a candidate validation technique. Essentially, the heuristic reduces a second-order problem to a…

计算机科学中的逻辑 · 计算机科学 2015-01-20 Cristina David , Daniel Kroening , Matt Lewis