paper-with-me

홈 › Papers

Hypergraph Neural Networks Accelerate MUS Enumeration

2026-04-10 · Hiroya Ijima, Koichiro Yawata arxiv

Enumerating Minimal Unsatisfiable Subsets (MUSes) is a fundamental task in constraint satisfaction problems (CSPs). Its major challenge is the exponential growth of the search space, which becomes particularly severe when satisfiability checks are expensive. Recent machine learning approaches reduce this cost for Boolean satisfiability problems but rely on explicit variable-constraint relationships, limiting their application domains. This paper proposes a domain-agnostic method to accelerate MUS enumeration using Hypergraph Neural Networks (HGNNs). The proposed method incrementally builds a hypergraph with constraints as vertices and MUSes enumerated until the current step as hyperedges, and employs an HGNN-based agent trained via reinforcement learning to minimize the number of satisfiability checks required to obtain an MUS. Experimental results demonstrate the effectiveness of our approach in accelerating MUS enumeration, showing that our method can enumerate more MUSes within the same satisfiability check budget compared to conventional methods.

📄 PDF Abstract BibTeX arXiv:2604.09001

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Classification in biological networks with hypergraphlet kernels

2017-03-14 · Jose Lugo-Martinez, Predrag Radivojac

Biological and cellular systems are often modeled as graphs in which vertices represent objects of interest (genes, proteins, drugs) and edges represent relational ties among these objects (binds-to, interacts-with, regu…

ClassificationEdge ClassificationGeneral ClassificationLink Prediction

Activity Recognition in Assembly Tasks by Bayesian Filtering in Multi-Hypergraphs

2022-02-01 · Timon Felske, Stefan Lüdtke, Sebastian Bader, Thomas Kirste

We study sensor-based human activity recognition in manual work processes like assembly tasks. In such processes, the system states often have a rich structure, involving object properties and relations. Thus, estimating…

Activity RecognitionHuman Activity Recognition

Hyperedge Modeling in Hypergraph Neural Networks by using Densest Overlapping Subgraphs

2024-09-16 · Mehrad Soltani, Luis Rueda

Hypergraphs tackle the limitations of traditional graphs by introducing {\em hyperedges}. While graph edges connect only two nodes, hyperedges connect an arbitrary number of nodes along their edges. Also, the underlying …

Graph ClusteringNode Classification

Sheaf Hypergraph Networks

2023-09-29 · NeurIPS 2023 11

Higher-order relations are widespread in nature, with numerous phenomena involving complex interactions that extend beyond simple pairwise connections. As a result, advancements in higher-order processing can accelerate …

Inductive BiasNode Classification

Encoding Reusable Multi-Robot Planning Strategies as Abstract Hypergraphs

2024-09-16 · Khen Elimelech, James Motes, Marco Morales, Nancy M. Amato 외

Multi-Robot Task Planning (MR-TP) is the search for a discrete-action plan a team of robots should take to complete a task. The complexity of such problems scales exponentially with the number of robots and task complexi…

Robot Task PlanningTask Planning