AI觉醒星球
Awakening is here
Knowledge File / AI技能杠杆
2026-04-13 0 浏览 会员

论文速读:Hypergraph Neural Networks Accelerate MUS Enumeration,解读最新研究结论

本文提出一种领域无关的方法,使用超图神经网络(HGNN)加速MUS枚举,通过强化学习训练智能体最小化可满足性检查次数,实验证明在相同预算下能枚举更多MUS。

SOURCE / AI技能杠杆 MIN / 4 ACCESS / 会员 POST / 2026-04-13 12:13:05

原贴

查看原文
作者:arXiv cs.AI 来源站点:arxiv.org 原贴时间:
论文速读:Hypergraph Neural Networks Accelerate MUS Enumeration,解读最新研究结论

原文

arXiv:2604.09001v1 Announce Type: new Abstract: 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.

中文翻译

列举最小不可满足子集(MUS)是约束满足问题(CSP)中的一项基本任务。其主要挑战是搜索空间的指数级增长,当可满足性检查代价高昂时,这一问题尤为严重。最近的机器学习方法降低了布尔可满足性问题的这一成本,但依赖于显式的变量-约束关系,限制了其应用领域。本文提出了一种领域无关的方法,使用超图神经网络(HGNN)加速MUS枚举。所提出的方法增量式地构建一个超图,以约束为顶点,以当前步为止枚举的MUS为超边,并采用通过强化学习训练的基于HGNN的智能体,以最小化获得一个MUS所需的可满足性检查次数。实验结果表明,我们的方法在加速MUS枚举方面是有效的,表明在相同的可满足性检查预算下,与传统方法相比,我们的方法可以枚举更多的MUS。

核心信息

本文提出一种领域无关的方法,使用超图神经网络(HGNN)加速MUS枚举,通过强化学习训练智能体最小化可满足性检查次数,实验证明在相同预算下能枚举更多MUS。

  • 用HGNN加速MUS枚举,无需领域先验知识
  • 强化学习训练智能体,最小化可满足性检查次数
  • 相同预算下枚举更多MUS,效果优于传统方法
  • 领域无关方法可推广至其他组合优化问题
试看内容

成为会员查看完整内容

你已经看到了这篇内容的前置整理,剩余深度部分仅对会员开放。

详细解读 信息差价值 参考来源
成为会员查看完整内容
上一篇 论文速读:SEA-Eval,聚焦形式化数学证明能力 下一篇 论文速读:Advantage-Guided Diffusion for Model-Based Reinforcement Learning,解读最新 AI 进