Parallel Backtracking with Answer Memoing for Independent And-Parallelism
Pablo Chico de Guzm\'an, Amadeo Casas, Manuel Carro, Manuel V., Hermenegildo

TL;DR
This paper introduces a novel parallel backtracking model with answer memoization for independent and-parallelism, improving performance and simplifying implementation compared to traditional recomputation and sequential backtracking methods.
Contribution
It proposes a new parallel backtracking approach using out-of-order backtracking and answer memoization, addressing efficiency and engineering complexity issues.
Findings
Significant performance improvements demonstrated
Simplified backtracking implementation achieved
Effective reuse and combination of answers
Abstract
Goal-level Independent and-parallelism (IAP) is exploited by scheduling for simultaneous execution two or more goals which will not interfere with each other at run time. This can be done safely even if such goals can produce multiple answers. The most successful IAP implementations to date have used recomputation of answers and sequentially ordered backtracking. While in principle simplifying the implementation, recomputation can be very inefficient if the granularity of the parallel goals is large enough and they produce several answers, while sequentially ordered backtracking limits parallelism. And, despite the expected simplification, the implementation of the classic schemes has proved to involve complex engineering, with the consequent difficulty for system maintenance and extension, while still frequently running into the well-known trapped goal and garbage slot problems. This…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
