中文
相关论文

相关论文: Showcasing straight-line programs with memory via …

200 篇论文

Memoryless computation is a novel means of computing any function of a set of registers by updating one register at a time while using no memory. We aim to emulate how computations are performed on modern cores, since they typically involve…

计算复杂性 · 计算机科学 2013-10-23 Peter J. Cameron , Ben Fairbairn , Maximilien Gadouleau

These course notes are about computing modular forms and some of their arithmetic properties. Their aim is to explain and prove the modular symbols algorithm in as elementary and as explicit terms as possible, and to enable the devoted…

数论 · 数学 2018-09-14 Gabor Wiese

In this paper, we propose a fundamentally new approach to Datalog evaluation. Given a linear Datalog program DB written using N constants and binary predicates, we first translate if-and-only-if completions of clauses in DB into a set…

人工智能 · 计算机科学 2017-02-27 Taisuke Sato

Linear programming has played a crucial role in shaping decision-making, resource allocation, and cost reduction in various domains. In this paper, we investigate the application of overparametrized neural networks and their implicit bias…

最优化与控制 · 数学 2023-10-05 Haoyue Wang , Promit Ghosal , Rahul Mazumder

Bialgebrae provide an abstract framework encompassing the semantics of different kinds of computational models. In this paper we propose a bialgebraic approach to the semantics of logic programming. Our methodology is to study logic…

计算机科学中的逻辑 · 计算机科学 2015-07-01 Filippo Bonchi , Fabio Zanasi

We present a novel certified and complete algorithm to compute arrangements of real planar algebraic curves. It provides a geometric-topological analysis of the decomposition of the plane induced by a finite number of algebraic curves in…

计算几何 · 计算机科学 2012-01-13 Eric Berberich , Pavel Emeliyanenko , Alexander Kobel , Michael Sagraloff

A linear program with linear complementarity constraints (LPCC) requires the minimization of a linear objective over a set of linear constraints together with additional linear complementarity constraints. This class has emerged as a…

最优化与控制 · 数学 2018-02-09 Bin Yu , John E. Mitchell , Jong-Shi Pang

Matrix code allows one to discover algorithms and to render them in code that is both compilable and is correct by construction. In this way the difficulty of verifying existing code is avoided. The method is especially important for…

编程语言 · 计算机科学 2018-12-27 M. H. van Emden

We contribute a new algebraic method for computing the orthogonal projections of a point onto a rational algebraic surface embedded in the three dimensional projective space. This problem is first turned into the computation of the finite…

交换代数 · 数学 2020-04-10 Nicolás Botbol , Laurent Busé , Marc Chardin , Fatmanur Yildirim

Recent work in deep learning has opened new possibilities for solving classical algorithmic tasks using end-to-end learned models. In this work, we investigate the fundamental task of solving linear systems, particularly those that are…

机器学习 · 计算机科学 2025-11-19 Pietro Sittoni , Francesco Tudisco

Gaussian elimination with full pivoting generates a PLUQ matrix decomposition. Depending on the strategy used in the search for pivots, the permutation matrices can reveal some information about the row or the column rank profiles of the…

数值分析 · 计算机科学 2013-05-21 Jean-Guillaume Dumas , Clément Pernet , Ziad Sultan

A popular approach in combinatorial optimization is to model problems as integer linear programs. Ideally, the relaxed linear program would have only integer solutions, which happens for instance when the constraint matrix is totally…

数据结构与算法 · 计算机科学 2009-09-29 Christoph Durr , Mathilde Hurand

In recent research on non-monotonic logic programming, repeatedly strong equivalence of logic programs P and Q has been considered, which holds if the programs P union R and Q union R have the same answer sets for any other program R. This…

人工智能 · 计算机科学 2007-05-23 Thomas Eiter , Michael Fink , Stefan Woltran

We establish a novel relation between delete-free planning, an important task for the AI Planning community also known as relaxed planning, and logic programming. We show that given a planning problem, all subsets of actions that could be…

人工智能 · 计算机科学 2023-06-09 Masood Feyzbakhsh Rankooh , Tomi Janhunen

Linear codes over finite extension fields have widespread applications in theory and practice. In some scenarios, the decoder has a sequential access to the codeword symbols, giving rise to a hierarchical erasure structure. In this paper we…

信息论 · 计算机科学 2019-10-23 Netanel Raviv , Moshe Schwartz , Rami Cohen , Yuval Cassuto

There are many techniques and tools for termination of C programs, but up to now they were not very powerful for termination proofs of programs whose termination depends on recursive data structures like lists. We present the first approach…

计算机科学中的逻辑 · 计算机科学 2023-07-21 Jera Hensel , Jürgen Giesl

Graded modalities have been proposed in recent work on programming languages as a general framework for refining type systems with intensional properties. In particular, continuous endomaps of the discrete time scale, or time warps, can be…

逻辑 · 数学 2021-08-20 Sam van Gool , Adrien Guatto , George Metcalfe , Simon Santschi

We discuss issues of problem formulation for algorithms in real algebraic geometry, focussing on quantifier elimination by cylindrical algebraic decomposition. We recall how the variable ordering used can have a profound effect on both…

符号计算 · 计算机科学 2014-06-26 Matthew England

We consider so-called squaring the square-puzzles where a given square (or rectangle) should be dissected into smaller squares. For a specific instance of such problems we demonstrate that a mathematically rigorous solution can be quite…

最优化与控制 · 数学 2014-01-27 Sascha Kurz

In product design, a decomposition of the overall product function into a set of smaller, interacting functions is usually considered a crucial first step for any computer-supported design tool. Here, we propose a new approach for the…

人工智能 · 计算机科学 2023-02-10 Philipp Rosenthal , Niels Demke , Frank Mantwill , Oliver Niggemann