中文
相关论文

相关论文: Enumeration in Incremental FPT-Time

200 篇论文

The field of implicit complexity has recently produced several bounded-complexity programming languages. This kind of language allows to implement exactly the functions belonging to a certain complexity class. We here present a…

计算机科学中的逻辑 · 计算机科学 2012-06-22 Aloïs Brunel , Antoine Madet

We obtained order estimations for the best uniform approximations by trigonometric polynomials and approximations by Fourier sums of classes of $2\pi$-periodic continuous functions, which $(\psi,\beta)$-derivatives $f_{\beta}^{\psi}$ belong…

经典分析与常微分方程 · 数学 2014-03-25 A. S. Serdyuk , T. A. Stepaniuk

This paper proposes a novel approach to pattern classification using a probabilistic neural network model. The strategy is based on a compact-sized probabilistic neural network capable of continuous incremental learning and unlearning…

机器学习 · 计算机科学 2026-03-24 Tetsuya Hoya , Shunpei Morita

In this paper, we introduce a new class of parameterized problems, which we call XALP: the class of all parameterized problems that can be solved in $f(k)n^{O(1)}$ time and $f(k)\log n$ space on a non-deterministic Turing Machine with…

计算复杂性 · 计算机科学 2024-01-22 Hans L. Bodlaender , Carla Groenland , Hugo Jacob , Marcin Pilipczuk , Michał Pilipczuk

We show how to efficiently enumerate a class of finite-memory stochastic processes using the causal representation of epsilon-machines. We characterize epsilon-machines in the language of automata theory and adapt a recent algorithm for…

形式语言与自动机理论 · 计算机科学 2012-12-18 B. D. Johnson , J. P. Crutchfield , C. J. Ellison , C. S. McTague

We prove that there is no fpt-algorithm that can approximate the dominating set problem with any constant ratio, unless FPT= W[1]. Our hardness reduction is built on the second author's recent W[1]-hardness proof of the biclique problem.…

计算复杂性 · 计算机科学 2015-11-17 Yijia Chen , Bingkai Lin

A new effective method for factorization of a class of nonrational $n\times n$ matrix-functions with \emph{stable partial indices} is proposed. The method is a generalization of the one recently proposed by the authors which was valid for…

复变函数 · 数学 2016-08-24 Gennady Mishuris , Sergei Rogosin

We study the complexity of enumerating the answers of Conjunctive Queries (CQs) in the presence of Functional Dependencies (FDs). Our focus is on the ability to list output tuples with a constant delay in between, following a linear-time…

数据库 · 计算机科学 2021-09-28 Nofar Carmeli , Markus Kröll

This paper deals with analytic families of holomorphic iterated function systems. Using real analyticity of the pressure function (which we prove), we establish a classification theorem for analytic families of holomorphic iterated function…

动力系统 · 数学 2009-11-13 Mario Roy , Hiroki Sumi , Mariusz Urbanski

Constraint satisfaction problems have been studied in numerous fields with practical and theoretical interests. In recent years, major breakthroughs have been made in a study of counting constraint satisfaction problems (or #CSPs). In…

计算复杂性 · 计算机科学 2012-10-23 Tomoyuki Yamakami

The verification of systems combining hard timing constraints with concurrency is challenging. This challenge becomes even harder when some timing constants are missing or unknown. Parametric timed formalisms, such as parametric timed…

形式语言与自动机理论 · 计算机科学 2019-08-20 Étienne André , Didier Lime , Mathias Ramparison

We study the problem of enumerating answers of Conjunctive Queries ranked according to a given ranking function. Our main contribution is a novel algorithm with small preprocessing time, logarithmic delay, and non-trivial space usage during…

数据库 · 计算机科学 2025-05-21 Shaleen Deep , Paraschos Koutris

In Descriptive Complexity, there is a vast amount of literature on decision problems, and their classes such as \textbf{P, NP, L and NL}. ~ However, research on the descriptive complexity of optimisation problems has been limited.…

计算复杂性 · 计算机科学 2007-05-23 Prabhu Manyem

Motivated by the search for a logic for polynomial time, we study rank logic (FPR) which extends fixed-point logic with counting (FPC) by operators that determine the rank of matrices over finite fields. While FPR can express most of the…

计算机科学中的逻辑 · 计算机科学 2015-03-19 Erich Grädel , Wied Pakusa

Computational complexity is examined using the principle of increasing entropy. To consider computation as a physical process from an initial instance to the final acceptance is motivated because many natural processes have been recognized…

计算复杂性 · 计算机科学 2012-03-20 Arto Annila

This manuscript explores many convolution (restricted summation) type sequences via certain types of matrix based factorizations that can be used to express their generating functions. The last primary (non-appendix) section of the thesis…

数论 · 数学 2022-09-27 Maxie Dion Schmidt

In this paper we provide a semantic and syntactic analysis of parametrised natural numbers object in coherent categories, or pr-coherent categories. Semantically, we show the definable functions in the initial pr-coherent category are…

逻辑 · 数学 2026-02-17 Lingyuan Ye

We show how to transform any set of prioritized propositional defaults into an equivalent set of parallel (i.e., unprioritized) defaults, in circumscription. We give an algorithm to implement the transform. We show how to use the transform…

人工智能 · 计算机科学 2013-02-21 Benjamin N. Grosof

This paper considers parallel machine scheduling with incompatibilities between jobs. The jobs form a graph and no two jobs connected by an edge are allowed to be assigned to the same machine. In particular, we study the case where the…

计算复杂性 · 计算机科学 2021-03-16 Klaus Jansen , Alexandra Lassota , Marten Maack , Tytus Pikies

The Functional Machine Calculus (Heijltjes 2022) is a new approach to unifying the imperative and functional programming paradigms. It extends the lambda-calculus, preserving the key features of confluent reduction and typed termination, to…

编程语言 · 计算机科学 2026-03-03 Willem Heijltjes