paper-with-me

Papers

LeanCSP: A Framework for Certifying Constraint Reformulation and Solving in Lean

2026-07-30 · Pablo Manrique, Stefan Szeider arxiv

Constraint programming is a core technology for solving complex combinatorial problems in scheduling, planning, configuration, and verification. Trusting its results therefore demands guarantees at two levels: that reformulations applied beforehand are semantics-preserving, and that solvers produce correct answers. In this work, we introduce a framework that addresses both verification levels in the Lean theorem prover: it can be used to prove formulation-level properties, such as equivalence, equisatisfiability, and the correctness of symmetry-breaking constraints, parametrically for entire problem families; and to check solver-produced certificates for individual instances via translation backends to external formats such as MiniZinc, SMT-LIB, and OPB. Combining both levels yields an end-to-end workflow that establishes the satisfiability or unsatisfiability of a constraint problem without trusting the external solver. Experimental results show that our framework's verified symmetry breaking also pays off in practice: a single parametric proof per problem family, reused across all instance sizes, reduces solver search effort by a factor of up to 2x10^7, while the entire in-Lean certification stays affordable, taking at most a few minutes for our largest instances.

📄 PDF Abstract BibTeX arXiv:2607.28459

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Virtual Arc Consistency for Linear Constraints in Cost Function Networks

2025-09-22 · Pierre Montalbano, Simon de Givry, George Katsirelos arxiv

In Constraint Programming, solving discrete minimization problems with hard and soft constraints can be done either using (i) soft global constraints, (ii) a reformulation into a linear program, or (iii) a reformulation …

Safe Reinforcement Learning via Confidence-Based Filters

2022-07-04 · Sebastian Curi, Armin Lederer, Sandra Hirche, Andreas Krause

Ensuring safety is a crucial challenge when deploying reinforcement learning (RL) to real-world systems. We develop confidence-based safety filters, a control-theoretic approach for certifying state safety constraints fo…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Safe Reinforcement Learning

Towards a Certifying Grounder

2026-07-23 · Daimy Van Caudenberg, Alexander Ek, Carlos Cantero, Bart Bogaerts arxiv

Grounding, the translation of high-level theories into equivalent quantifier-free formulas, is a crucial step in declarative solving, yet it has so far escaped the proof-logging revolution. When this grounding step is no…

Decentralized gradient descent maximization method for composite nonconvex strongly-concave minimax problems

2023-04-05 · Yangyang Xu

Minimax problems have recently attracted a lot of research interests. A few efforts have been made to solve decentralized nonconvex strongly-concave (NCSC) minimax-structured optimization; however, all of them focus on s…

ALADIN-$β$: A Distributed Optimization Algorithm for Solving MPCC Problems

2025-03-27 · Yifei Wang, Shuting Wu, Genke Yang, Jian Chu 외

Mathematical Programs with Complementarity Constraints (MPCC) are critical in various real-world applications but notoriously challenging due to non-smoothness and degeneracy from complementarity constraints. The $\ell_1…

Distributed Optimization