Abstract—Supercomputers are equipped with an increas-ingly large number of cores to use computational power as a way of solving problems that are otherwise intractable. Unfortunately, getting serial algorithms to run in parallel to take advantage of these computational resources remains a challenge for several application domains. Many parallel algorithms can scale to only hundreds of cores. The limiting factors of such algorithms are usually communication overhead and poor load balancing. Solving NP-hard graph problems to optimality using exact algorithms is an example of an area in which there has so far been limited success in obtaining large scale parallelism. Many of these algorithms use recursive backtracking as their core solution pa...
AbstractThe backtrack search problem involves visiting all the nodes of an arbitrary binary tree giv...
Combinatorial search is central to many applications, yet the huge irregular search trees and the ne...
It is known that isolated executions of parallel backtrack search exhibit speedup anomalies. In this...
Abstract—Current generation supercomputers have over one million cores awaiting highly demanding com...
Includes bibliographical references (leaves 28-31).Current generation supercomputers have thousands ...
Many algorithms in operations research and artificial intelligence are based on depth first search i...
The set of tree-recursive algorithms is large, including constraint satisfaction using back-tracking...
With the increasing processing power of multicore computers, parallel graph search (or graph travers...
Combinatorial search problems in mathematics, e.g. in finite geometry, are notoriously hard; a state...
We present space-efficient parallel strategies for two fundamental combinatorial search problems, na...
Abstract. We present space-efficient parallel strategies for two fun-damental combinatorial search p...
There has been significant recent interest in parallel graph processing due to the need to quickly a...
[[abstract]]The branch & bound is an important design strategy of algorithm to solve NP-complete com...
A key strategy for speeding up computation is to run in paral-lel on multiple cores. However, on har...
The backtrack search problem involves visiting all the nodes of an arbitrary binary tree given a poi...
AbstractThe backtrack search problem involves visiting all the nodes of an arbitrary binary tree giv...
Combinatorial search is central to many applications, yet the huge irregular search trees and the ne...
It is known that isolated executions of parallel backtrack search exhibit speedup anomalies. In this...
Abstract—Current generation supercomputers have over one million cores awaiting highly demanding com...
Includes bibliographical references (leaves 28-31).Current generation supercomputers have thousands ...
Many algorithms in operations research and artificial intelligence are based on depth first search i...
The set of tree-recursive algorithms is large, including constraint satisfaction using back-tracking...
With the increasing processing power of multicore computers, parallel graph search (or graph travers...
Combinatorial search problems in mathematics, e.g. in finite geometry, are notoriously hard; a state...
We present space-efficient parallel strategies for two fundamental combinatorial search problems, na...
Abstract. We present space-efficient parallel strategies for two fun-damental combinatorial search p...
There has been significant recent interest in parallel graph processing due to the need to quickly a...
[[abstract]]The branch & bound is an important design strategy of algorithm to solve NP-complete com...
A key strategy for speeding up computation is to run in paral-lel on multiple cores. However, on har...
The backtrack search problem involves visiting all the nodes of an arbitrary binary tree given a poi...
AbstractThe backtrack search problem involves visiting all the nodes of an arbitrary binary tree giv...
Combinatorial search is central to many applications, yet the huge irregular search trees and the ne...
It is known that isolated executions of parallel backtrack search exhibit speedup anomalies. In this...