paper-with-me

Papers

A Circuit-Level Amoeba-Inspired SAT Solver

2018-12-15 · N. Takeuchi, M. Aono, Y. Hara-Azumi, C. L. Ayala

AmbSAT (or AmoebaSAT) is a biologically-inspired stochastic local search (SLS) solver to explore solutions to the Boolean satisfiability problem (SAT). AmbSAT updates multiple variables in parallel at every iteration step, and thus AmbSAT can find solutions with a fewer number of iteration steps than some other conventional SLS solvers for a specific set of SAT instances. However, the parallelism of AmbSAT is not compatible with general-purpose microprocessors in that many clock cycles are required to execute each iteration; thus, AmbSAT requires special hardware that can exploit the parallelism of AmbSAT to quickly find solutions. In this paper, we propose a circuit model (hardware-friendly algorithm) that explores solutions to SAT in a similar way to AmbSAT, which we call circuit-level AmbSAT (CL-AmbSAT). We conducted numerical simulation to evaluate the search performance of CL-AmbSAT for a set of randomly generated SAT instances that was designed to estimate the scalability of our approach. Simulation results showed that CL-AmbSAT finds solutions with a fewer iteration number than a powerful SLS solver, ProbSAT, and outperforms even AmbSAT. Since CL-AmbSAT uses simple combinational logic to update variables, CL-AmbSAT can be easily implemented in various hardware.

📄 PDF Abstract BibTeX arXiv:1812.11792

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Proposed modified computational model for the amoeba-inspired combinatorial optimization machine

2024-04-10 · Yusuke Miyajima, Masahito Mochizuki

A single-celled amoeba can solve the traveling salesman problem through its shape-changing dynamics. In this paper, we examine roles of several elements in a previously proposed computational model of the solution-search…

Combinatorial OptimizationTraveling Salesman Problem

Nonvisual Classification of Ground-Condition by Artificial Proprioception in an Amoeba-Inspired Autonomous Walking Robot

2026-08-06 · Hyoto Yamaguchi, Zenji Yatabe, Seiya Kasai arxiv

Nonvisual classification of ground condition based on a multimodal sensing approach was investigated for an amoeba-inspired autonomous walking robot. To classify ground condition without image sensing and processing, we …

Beyond Memristor: Neuromorphic Computing Using Meminductor

2025-12-10 · Frank Zhigang Wang arxiv

Memristor (resistor with memory), inductor with memory (meminductor) and capacitor with memory (memcapacitor) have different roles to play in novel computing architectures. We found that a coil with a magnetic core is an…

Generative Quantum-inspired Kolmogorov-Arnold Eigensolver

2026-05-06 · Yu-Cheng Lin, Yu-Chao Hsu, I-Shan Tsai, Chun-Hua Lin 외 arxiv

High-performance computing (HPC) is increasingly important for scalable quantum chemistry workflows that couple classical generative models, quantum circuit simulation, and selected configuration interaction postprocessi…

Circuit-Aware SAT Solving: Guiding CDCL via Conditional Probabilities

2025-08-06 · Jiaying Zhu, Ziyang Zheng, Zhengyuan Shi, Yalun Cai 외 arxiv

Circuit Satisfiability (CSAT) plays a pivotal role in Electronic Design Automation. The standard workflow for solving CSAT problems converts circuits into Conjunctive Normal Form (CNF) and employs generic SAT solvers pow…