paper-with-me

Papers

Streamlined Constraint Reasoning via CNN Pattern Recognition on Enumerated Solutions

2026-05-19 · Patrick Spracklen arxiv

Constraint programming practitioners accelerate hard problems through a layered set of techniques applied in order of risk. Standard hardening (symmetry-breaking and implied constraints) is applied first and preserves satisfiability. Streamliner constraints, which restrict search to a structural sub-family of solutions, do not preserve satisfiability and are reserved as a final lever. Existing automated streamliner-synthesis approaches either search a constraint grammar or prompt a Large Language Model directly on the problem model. We propose a different approach: enumerate feasible solutions, train a Convolutional Neural Network contrastively against perturbed non-solutions to detect structural patterns, and translate the CNN's discriminative signal into candidate MiniZinc streamliners through LLM-driven synthesis. The CNN grounds the LLM's constraint generation in observed solution structure rather than model text alone. We evaluate on hardened benchmark models where streamliner discovery is the residual performance lever. Our pipeline achieves 98.8% portfolio time reduction on hardened Vessel Loading, 98.6% on hardened Social Golfers, and 89.4% on Black Hole, with best-single streamliners reaching geometric-mean speedups of 932x, 356x, and 1103x respectively. Discovered streamliners include class-based packing constraints on Vessel Loading, beyond-hardening canonicalisations on Social Golfers, and layout-coordinate bounds on Black Hole.

📄 PDF Abstract BibTeX arXiv:2605.19895

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PaTeCon: A Pattern-Based Temporal Constraint Mining Method for Conflict Detection on Knowledge Graphs

2023-04-18 · Jianhao Chen, Junyang Ren, Wentao Ding, Yuzhong Qu

Temporal facts, the facts for characterizing events that hold in specific time periods, are attracting rising attention in the knowledge graph (KG) research communities. In terms of quality management, the introduction o…

Knowledge GraphsManagement

Conflict Detection for Temporal Knowledge Graphs:A Fast Constraint Mining Algorithm and New Benchmarks

2023-12-18 · Jianhao Chen, Junyang Ren, Wentao Ding, Haoyuan Ouyang 외

Temporal facts, which are used to describe events that occur during specific time periods, have become a topic of increased interest in the field of knowledge graph (KG) research. In terms of quality management, the intr…

Management

Towards Portfolios of Streamlined Constraint Models: A Case Study with the Balanced Academic Curriculum Problem

2020-09-21 · Patrick Spracklen, Nguyen Dang, Özgür Akgün, Ian Miguel

Augmenting a base constraint model with additional constraints can strengthen the inferences made by a solver and therefore reduce search effort. We focus on the automatic addition of streamliner constraints, derived fro…

Model Selection

Lift-the-flap: what, where and when for context reasoning

2019-02-01 · Mengmi Zhang, Claire Tseng, Karla Montejo, Joseph Kwon 외

Context reasoning is critical in a wide variety of applications where current inputs need to be interpreted in the light of previous experience and knowledge. Both spatial and temporal contextual information play a criti…

DiagnosticGeneral ClassificationObject RecognitionSemantic Segmentation

GraphAide: Advanced Graph-Assisted Query and Reasoning System

2024-10-29 · Sumit Purohit, George Chin, Patrick S Mackey, Joseph A Cottam

Curating knowledge from multiple siloed sources that contain both structured and unstructured data is a major challenge in many real-world applications. Pattern matching and querying represent fundamental tasks in modern…

named-entity-recognitionNamed Entity RecognitionRAGRetrieval-augmented Generation