The backtrack search problem involves visiting all the nodes of an arbitrary binary tree given a pointer to its root subject to the constraint that the children of a node are revealed only after their parent is visited. We present a fast, deterministic backtrack search algorithm for a p-processor COMMON CRCW-PRAM, which visits any n-node tree of height h in time O((n/p+h)(logloglog p)^2). This upper bound compares favourably with a natural Omega((n/p+h) lower bound for this problem. Our approach embodies novel, efficient techniques for dynamically assigning tree-nodes to processors to ensure that the work is shared equitably among them
The search for solutions in a combinatorially large problem space is a major problem in artificial i...
Combinatorial search is central to many applications, yet the huge irregular search trees and the ne...
This report contains Fork95 implementations of basic parallel operations on trees, like rooting and ...
AbstractThe backtrack search problem involves visiting all the nodes of an arbitrary binary tree giv...
The backtrack search problem involves visiting all the nodes of an arbitrary binary tree given a poi...
We present space-efficient parallel strategies for two fundamental combinatorial search problems, na...
Abstract. We present space-efficient parallel strategies for two fundamental combinatorial search pr...
We present space-efficient parallel strategies for two fundamental combinatorial search problems, na...
It is known that isolated executions of parallel backtrack search exhibit speedup anomalies. In this...
We consider the problem of parallelizing restarted backtrack search. With few notable exceptions, mo...
Consiglio Nazionale delle Ricerche (CNR). Biblioteca Centrale / CNR - Consiglio Nazionale delle Rich...
. We present a new parallel tree search method for ønding one solution to a constraint satisfaction ...
Many algorithms in operations research and artificial intelligence are based on depth first search i...
We introduce a new equivalence on graphs, defined by its symmetry-breaking capability. We first pres...
Backtrack algorithms are applicable to a wide variety of problems. An efficient but readable version...
The search for solutions in a combinatorially large problem space is a major problem in artificial i...
Combinatorial search is central to many applications, yet the huge irregular search trees and the ne...
This report contains Fork95 implementations of basic parallel operations on trees, like rooting and ...
AbstractThe backtrack search problem involves visiting all the nodes of an arbitrary binary tree giv...
The backtrack search problem involves visiting all the nodes of an arbitrary binary tree given a poi...
We present space-efficient parallel strategies for two fundamental combinatorial search problems, na...
Abstract. We present space-efficient parallel strategies for two fundamental combinatorial search pr...
We present space-efficient parallel strategies for two fundamental combinatorial search problems, na...
It is known that isolated executions of parallel backtrack search exhibit speedup anomalies. In this...
We consider the problem of parallelizing restarted backtrack search. With few notable exceptions, mo...
Consiglio Nazionale delle Ricerche (CNR). Biblioteca Centrale / CNR - Consiglio Nazionale delle Rich...
. We present a new parallel tree search method for ønding one solution to a constraint satisfaction ...
Many algorithms in operations research and artificial intelligence are based on depth first search i...
We introduce a new equivalence on graphs, defined by its symmetry-breaking capability. We first pres...
Backtrack algorithms are applicable to a wide variety of problems. An efficient but readable version...
The search for solutions in a combinatorially large problem space is a major problem in artificial i...
Combinatorial search is central to many applications, yet the huge irregular search trees and the ne...
This report contains Fork95 implementations of basic parallel operations on trees, like rooting and ...