[BOEK][B] Decision diagrams for optimization

D Bergman, AA Cire, WJ Van Hoeve, J Hooker - 2016 - Springer
This introductory chapter explains the motivation for develo** decision diagrams as a new
discrete optimization technology. It shows how decision diagrams implement the five main …

An overview of parallel SAT solving

R Martins, V Manquinho, I Lynce - Constraints, 2012 - Springer
Boolean satisfiability (SAT) solvers are currently very effective in practice. However, there
are still many challenging problems for SAT solvers. Nowadays, extra computational power …

Embarrassingly parallel search

JC Régin, M Rezgui, A Malapert - … conference on principles and practice of …, 2013 - Springer
Abstract We propose the Embarrassingly Parallel Search, a simple and efficient method for
solving constraint programming problems in parallel. We split the initial problem into a huge …

[BOEK][B] Improving combinatorial optimization

GG Chu - 2011 - minerva-access.unimelb.edu.au
Combinatorial Optimization is an important area of computer science that has many
theoretical and practical applications. In this thesis, we present important contributions to …

A review of literature on parallel constraint solving

IP Gent, I Miguel, P Nightingale… - Theory and Practice of …, 2018 - cambridge.org
As multi-core computing is now standard, it seems irresponsible for constraints researchers
to ignore the implications of it. Researchers need to address a number of issues to exploit …

A parallel, backjum** subgraph isomorphism algorithm using supplemental graphs

C McCreesh, P Prosser - … conference on principles and practice of …, 2015 - Springer
The subgraph isomorphism problem involves finding a pattern graph inside a target graph.
We present a new bit-and thread-parallel constraint-based search algorithm for the problem …

Sequential and parallel solution-biased search for subgraph algorithms

B Archibald, F Dunlop, R Hoffmann… - … on Integration of …, 2019 - Springer
The current state of the art in subgraph isomorphism solving involves using degree as a
value-ordering heuristic to direct backtracking search. Such a search makes a heavy …

Embarrassingly parallel search in constraint programming

A Malapert, JC Régin, M Rezgui - Journal of Artificial Intelligence Research, 2016 - jair.org
We introduce an Embarrassingly Parallel Search (EPS) method for solving constraint
problems in parallel, and we show that this method matches or even outperforms state-of-the …

Bandit-based search for constraint programming

M Loth, M Sebag, Y Hamadi, M Schoenauer - Principles and Practice of …, 2013 - Springer
Constraint Programming (CP) solvers classically explore the solution space using tree-
search based heuristics. Monte-Carlo Tree Search (MCTS), aimed at optimal sequential …

The shape of the search tree for the maximum clique problem and the implications for parallel branch and bound

C McCreesh, P Prosser - ACM Transactions on Parallel Computing …, 2015 - dl.acm.org
Finding a maximum clique in a given graph is one of the fundamental NP-hard problems.
We compare two multicore thread-parallel adaptations of a state-of-the-art branch-and …