中文
相关论文

相关论文: The Complexity of Modified Instances

200 篇论文

Until now, Computer Scientists have concerned themselves with identifying efficient algorithms for solving the general case of some problem -- that is finding one which performs well when the size of the input tends to infinity. In this…

计算复杂性 · 计算机科学 2026-04-21 Mircea-Adrian Digulescu

We propose a notion of complexity for oriented conditional term rewrite systems satisfying certain restrictions. This notion is realistic in the sense that it measures not only successful computations, but also partial computations that…

计算机科学中的逻辑 · 计算机科学 2019-03-14 Cynthia Kop , Aart Middeldorp , Thomas Sternagel

The constraint satisfaction problem (CSP) involves deciding, given a set of variables and a set of constraints on the variables, whether or not there is an assignment to the variables satisfying all of the constraints. One formulation of…

计算复杂性 · 计算机科学 2017-01-09 Hubie Chen , Benoit Larose

Matching Dependencies (MDs) are a relatively recent proposal for declarative entity resolution. They are rules that specify, on the basis of similarities satisfied by values in a database, what values should be considered duplicates, and…

数据库 · 计算机科学 2014-04-08 Leopoldo Bertossi , Jaffer Gardezi

A novel approach to complex problems has been previously applied to graph classification and the graph equivalence problem. Here we consider its applications to a wide set of NP complete problems, namely, those of finding a subgraph g…

无序系统与神经网络 · 物理学 2007-05-23 Shmuel Nussinov , Zohar Nussinov

Quantified constraints and Quantified Boolean Formulae are typically much more difficult to reason with than classical constraints, because quantifier alternation makes the usual notion of solution inappropriate. As a consequence, basic…

计算机科学中的逻辑 · 计算机科学 2007-05-25 Lucas Bordeaux , Marco Cadoli , Toni Mancini

Dependency solving is a hard (NP-complete) problem in all non-trivial component models due to either mutually incompatible versions of the same packages or explicitly declared package conflicts. As such, software upgrade planning needs to…

软件工程 · 计算机科学 2020-11-17 Pietro Abate , Roberto Di Cosmo , Georgios Gousios , Stefano Zacchiroli

This paper proves that arrangement of music is NP-hard when subject to various constraints: avoiding musical dissonance, limiting how many notes can be played simultaneously, and limiting transition speed between chords. These results imply…

计算复杂性 · 计算机科学 2016-07-15 William S. Moses , Erik D. Demaine

The NP-hard problem of decoding random linear codes is crucial to both coding theory and cryptography. In particular, this problem underpins the security of many code based post-quantum cryptographic schemes. The state-of-art algorithms for…

信息论 · 计算机科学 2022-09-15 Haoxuan Wu , Jincheng Zhuang

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

There is no single definition of complexity (Edmonds 1999; Gershenson 2008; Mitchell 2009; De Domenico, et al., 2019), as it acquires different meanings in different contexts. A general notion is the amount of information required to…

适应与自组织系统 · 物理学 2021-02-26 Carlos Gershenson

In this paper we investigate the complexity of abduction, a fundamental and important form of non-monotonic reasoning. Given a knowledge base explaining the world's behavior it aims at finding an explanation for some observed manifestation.…

计算复杂性 · 计算机科学 2010-06-28 Nadia Creignou , Johannes Schmidt , Michael Thomas

A powerful way to understand a complex query is by observing how it operates on data instances. However, specific database instances are not ideal for such observations: they often include large amounts of superfluous details that are not…

数据库 · 计算机科学 2022-02-24 Amir Gilad , Zhengjie Miao , Sudeepa Roy , Jun Yang

Understanding why a classification model prefers one class over another for an input instance is the challenge of contrastive explanation. This work implements concept-based contrastive explanations for image classification by leveraging…

计算机视觉与模式识别 · 计算机科学 2025-07-01 Yuliia Kaidashova , Bettina Finzel , Ute Schmid

We are lifting classical problems from single instances to regular sets of instances. The task of finding a positive instance of the combinatorial problem $P$ in a potentially infinite given regular set is equivalent to the so called…

形式语言与自动机理论 · 计算机科学 2020-07-17 Petra Wolf

The dynamics of real-world applications and systems require efficient methods for improving infeasible solutions or restoring corrupted ones by making modifications to the current state of a system in a restricted way. We propose a new…

The purpose of this article is to examine and limit the conditions in which the P complexity class could be equivalent to the NP complexity class. Proof is provided by demonstrating that as the number of clauses in a NP-complete problem…

计算复杂性 · 计算机科学 2008-09-07 Jerrald Meek

Many problems can be solved in two ways: either by adapting an existing solution, or by exchanging it for a new one. To investigate under what conditions people consider new solutions, we traced their information acquisition processes in a…

人机交互 · 计算机科学 2024-01-02 Romy Müller , Maria Pohl

We show how the complexity of higher-order functional programs can be analysed automatically by applying program transformations to a defunctionalized versions of them, and feeding the result to existing tools for the complexity analysis of…

计算机科学中的逻辑 · 计算机科学 2015-06-17 Martin Avanzini , Ugo Dal Lago , Georg Moser

A special case of the satisfiability problem, in which the clauses have a hierarchical structure, is shown to be solvable in linear time, assuming that the clauses have been represented in a convenient way.

计算复杂性 · 计算机科学 2008-02-03 Donald E. Knuth