paper-with-me

Papers

A Backtracking-Based Algorithm for Computing Hypertree-Decompositions

2007-01-14 · Georg Gottlob, Marko Samer

Hypertree decompositions of hypergraphs are a generalization of tree decompositions of graphs. The corresponding hypertree-width is a measure for the cyclicity and therefore tractability of the encoded computation problem. Many NP-hard decision and computation problems are known to be tractable on instances whose structure corresponds to hypergraphs of bounded hypertree-width. Intuitively, the smaller the hypertree-width, the faster the computation problem can be solved. In this paper, we present the new backtracking-based algorithm det-k-decomp for computing hypertree decompositions of small width. Our benchmark evaluations have shown that det-k-decomp significantly outperforms opt-k-decomp, the only exact hypertree decomposition algorithm so far. Even compared to the best heuristic algorithm, we obtained competitive results as long as the hypergraphs are not too large.

📄 PDF Abstract BibTeX arXiv:cs/0701083

Code (1)

daajoe/detkdecomp

Similar Papers 제목 키워드 기반

Incremental Updates of Generalized Hypertree Decompositions

2022-09-21 · Georg Gottlob, Matthias Lanzinger, Davide Mario Longo, Cem Okulmus

Structural decomposition methods, such as generalized hypertree decompositions, have been successfully used for solving constraint satisfaction problems (CSPs). As decompositions can be reused to solve CSPs with the same…

valid

Enhancing Datalog Reasoning with Hypertree Decompositions

2023-05-11 · Xinyue Zhang, Pan Hu, Yavor Nenov, Ian Horrocks

Datalog reasoning based on the semina\"ive evaluation strategy evaluates rules using traditional join plans, which often leads to redundancy and inefficiency in practice, especially when the rules are complex. Hypertree …

Threshold Treewidth and Hypertree Width

2022-10-13 · Andre Schidler, Robert Ganian, Manuel Sorge, Stefan Szeider

Treewidth and hypertree width have proven to be highly successful structural parameters in the context of the Constraint Satisfaction Problem (CSP). When either of these parameters is bounded by a constant, then CSP beco…

Functional Aggregate Queries with Additive Inequalities

2018-12-22 · Mahmoud Abo Khamis, Ryan R. Curtin, Benjamin Moseley, Hung Q. Ngo 외

Motivated by fundamental applications in databases and relational machine learning, we formulate and study the problem of answering functional aggregate queries (FAQ) in which some of the input factors are defined by a c…

BIG-bench Machine LearningClustering

Counting Solutions to Conjunctive Queries: Structural and Hybrid Tractability

2023-11-24 · Hubie Chen, Gianluigi Greco, Stefan Mengel, Francesco Scarcello

Counting the number of answers to conjunctive queries is a fundamental problem in databases that, under standard assumptions, does not have an efficient solution. The issue is inherently #P-hard, extending even to classe…