菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-02-19
📄 Abstract - Efficient Parallel Algorithm for Decomposing Hard CircuitSAT Instances

We propose a novel parallel algorithm for decomposing hard CircuitSAT instances. The technique employs specialized constraints to partition an original SAT instance into a family of weakened formulas. Our approach is implemented as a parameterized parallel algorithm, where adjusting the parameters allows efficient identification of high-quality decompositions, guided by hardness estimations computed in parallel. We demonstrate the algorithm's practical efficacy on challenging CircuitSAT instances, including those encoding Logical Equivalence Checking of Boolean circuits and preimage attacks on cryptographic hash functions.

顶级标签: systems theory
详细标签: circuitsat parallel algorithm constraint solving boolean circuits cryptanalysis 或 搜索:

分解困难电路可满足性实例的高效并行算法 / Efficient Parallel Algorithm for Decomposing Hard CircuitSAT Instances


1️⃣ 一句话总结

这篇论文提出了一种新的并行算法,通过将复杂的电路可满足性问题分解成多个较简单的子问题,并利用并行计算来智能指导分解过程,从而有效解决了逻辑电路验证和密码攻击等领域的计算难题。

源自 arXiv: 2602.17130