paper-with-me

홈 › Papers

Modular Constraint Solver Cooperation via Abstract Interpretation

2020-08-04 · Pierre Talbot, Éric Monfroy, Charlotte Truchet

Cooperation among constraint solvers is difficult because different solving paradigms have different theoretical foundations. Recent works have shown that abstract interpretation can provide a unifying theory for various constraint solvers. In particular, it relies on abstract domains which capture constraint languages as ordered structures. The key insight of this paper is viewing cooperation schemes as abstract domains combinations. We propose a modular framework in which solvers and cooperation schemes can be seamlessly added and combined. This differs from existing approaches such as SMT where the cooperation scheme is usually fixed (e.g., Nelson-Oppen). We contribute to two new cooperation schemes: (i) interval propagators completion that allows abstract domains to exchange bound constraints, and (ii) delayed product which exchanges over-approximations of constraints between two abstract domains. Moreover, the delayed product is based on delayed goal of logic programming, and it shows that abstract domains can also capture control aspects of constraint solving. Finally, to achieve modularity, we propose the shared product to combine abstract domains and cooperation schemes. Our approach has been fully implemented, and we provide various examples on the flexible job shop scheduling problem. Under consideration for acceptance in TPLP.

📄 PDF Abstract BibTeX arXiv:2008.01415

Code (0)

등록된 구현이 없습니다.

Tasks

Job Shop SchedulingScheduling

Similar Papers 제목 키워드 기반

Abstract Modular Systems and Solvers

2013-12-20 · Yuliya Lierler, Miroslaw Truszczynski

Integrating diverse formalisms into modular knowledge representation systems offers increased expressivity, modeling convenience and computational benefits. We introduce concepts of abstract modules and abstract modular …

An ASP semantics for Constraints involving Conditional Aggregates

2020-02-17 · Pedro Cabalar, Jorge Fandinno, Torsten Schaub, Philipp Wanko

We elaborate upon the formal foundations of hybrid Answer Set Programming (ASP) and extend its underlying logical framework with aggregate functions over constraint values and variables. This is achieved by introducing t…

Translation

COOPA: A Modular LLM Agent Architecture for Operations Research Problems

2026-06-25 · Chuanhao Li, Xiaoan Xu, Dirk Bergemann, Ethan X. Fang 외 arxiv

Operations Research (OR) provides a rigorous framework for high-stakes decision-making, but effective OR modeling requires substantial domain knowledge, mathematical abstraction, and solver expertise. Recent LLM-based sy…

An Online Algorithm for Maximizing Submodular Functions

2008-12-01 · NeurIPS 2008 12 · Matthew Streeter, Daniel Golovin

We present an algorithm for solving a broad class of online resource allocation problems. Our online algorithm can be applied in environments where abstract jobs arrive one at a time, and one can complete the jobs by inv…

CPU

An Open-Source Modular Benchmark for Diffusion-Based Motion Planning in Closed-Loop Autonomous Driving

2026-03-01 · Yun Li, Simon Thompson, Yidu Zhang, Ehsan Javanmardi 외 arxiv

Diffusion-based motion planners have achieved state-of-the-art results on benchmarks such as nuPlan, yet their evaluation within closed-loop production autonomous driving stacks remains largely unexplored. Existing evalu…

Autonomous DrivingMotion Planning