paper-with-me

Papers

Automatic Conversion of MiniZinc Programs to QUBO

2023-07-19 · Armin Wolf, Cristian Grozea

Obtaining Quadratic Unconstrained Binary Optimisation models for various optimisation problems, in order to solve those on physical quantum computers (such as the the DWave annealers) is nowadays a lengthy and tedious process that requires one to remodel all problem variables as binary variables and squeeze the target function and the constraints into a single quadratic polynomial into these new variables. We report here on the basis of our automatic converter from MiniZinc to QUBO, which is able to process a large set of constraint optimisation and constraint satisfaction problems and turn them into equivalent QUBOs, effectively optimising the whole process.

📄 PDF Abstract BibTeX arXiv:2307.10032

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AutoQubo: data-driven automatic QUBO generation

2022-07-19 · Genetic and Evolutionary Computation Conference (GECCO) 2022 7 · Alberto Moraglio, Serban Georgescu, Przemysław Sadowski

This paper presents a general method to derive automatically a Quadratic Unconstrained Binary Optimisation (QUBO) formulation of, in principle, any combinatorial optimisation problem from its high-level description given…

Predicting 3D RNA Folding Patterns via Quadratic Binary Optimization

2021-06-14 · Mark W. Lewis, Amit Verma, Rick Hennig

The structure of an RNA molecule plays a significant role in its biological function. Predicting structure given a one dimensional sequence of RNA nucleotide bases is a difficult and important problem. Many computer prog…

LLM-QUBO: An End-to-End Framework for Automated QUBO Transformation from Natural Language Problem Descriptions

2025-08-27 · Huixiang Zhang, Mahzabeen Emu, Salimur Choudhury arxiv

Quantum annealing offers a promising paradigm for solving NP-hard combinatorial optimization problems, but its practical application is severely hindered by two challenges: the complex, manual process of translating prob…

SUNNY-CP and the MiniZinc Challenge

2017-06-26 · Roberto Amadini, Maurizio Gabbrielli, Jacopo Mauro

In Constraint Programming (CP) a portfolio solver combines a variety of different constraint solvers for solving a given problem. This fairly recent approach enables to significantly boost the performance of single solve…

CP-SynC: Multi-Agent Zero-Shot Constraint Modeling in MiniZinc with Synthesized Checkers

2026-05-03 · Yuliang Song, Eldan Cohen arxiv

Constraint Programming (CP) is a powerful paradigm for solving combinatorial problems, yet translating natural language problem descriptions into executable models remains a significant bottleneck. While Large Language M…