Experimenting with Constraint Programming on GPU

09/19/2019
by   Fabio Tardivo, et al.
0

The focus of my PhD thesis is on exploring parallel approaches to efficiently solve problems modeled by constraints and presenting a new proposal. Current solvers are very advanced; they are carefully designed to effectively manage the high-level problems' description and include refined strategies to avoid useless work. Despite this, finding a solution can take an unacceptable amount of time. Parallelization can mitigate this problem when the instance of the problem modeled is large, as it happens in real world problems. It is done by propagating constraints in parallel and concurrently exploring different parts of the search space. I am developing on a constraint solver that exploits the many cores available on Graphics Processing Units (GPU) to speed up the search.

READ FULL TEXT
research
11/06/2014

Scalable Parallel Numerical CSP Solver

We present a parallel solver for numerical constraint satisfaction probl...
research
08/25/2010

Distributed solving through model splitting

Constraint problems can be trivially solved in parallel by exploring dif...
research
07/18/2022

A Variant of Concurrent Constraint Programming on GPU

The number of cores on graphical computing units (GPUs) is reaching thou...
research
11/19/2020

Exploring Constraint Handling Techniques in Real-world Problems on MOEA/D with Limited Budget of Evaluations

Finding good solutions for Multi-objective Optimization (MOPs) Problems ...
research
04/25/2023

A new ParaDiag time-parallel time integration method

Time-parallel time integration has received a lot of attention in the hi...
research
03/12/2018

Effective Implementation of GPU-based Revised Simplex algorithm applying new memory management and cycle avoidance strategies

Graphics Processing Units (GPUs) with high computational capabilities us...
research
09/21/2020

Exploring Instance Generation for Automated Planning

Many of the core disciplines of artificial intelligence have sets of sta...

Please sign up or login with your details

Forgot password? Click here to reset