vix.ing · top · new · best · stats · spec

An efficient heuristic approach combining maximal itemsets and area measure for compressing voluminous table constraints

2022/03/21 by Soufia Bennai, Bennai, Soufia, Kamala Amroun +5
Computer Science · #Artificial Intelligence (cs.AI) #Data Management and Algorithms #Data Mining Algorithms and Applications #Databases (cs.DB) #FOS: Computer and information sciences #Rough Sets and Fuzzy Logic

paper · pdf · doi:10.48550/arxiv.2203.11208

openalex publication_date 2022/03/21 · openalex created_date 2022/05/05 · openalex updated_date 2026/07/28

Abstract

Constraint Programming is a powerful paradigm to model and solve combinatorial problems. While there are many kinds of constraints, the table constraint is perhaps the most significant-being the most well-studied and has the ability to encode any other constraints defined on finite variables. However, constraints can be very voluminous and their size can grow exponentially with their arity. To reduce space and the time complexity, researchers have focused on various forms of compression. In this paper we propose a new approach based on maximal frequent itemsets technique and area measure for enumerating the maximal frequent itemsets relevant for compressing table constraints. Our experimental results show the effectiveness and efficiency of this approach on compression and on solving compressed table constraints.

Related