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. This note describes a fast, deterministic backtrack search algorithm for a p-processor COMMON CRCW-PRAM that visits any n-node tree of height h in time O ((n/p + h)(log log log p)^2). This upper bound compares favorably 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
. We present a new parallel tree search method for ønding one solution to a constraint satisfaction ...
We consider the problem of parallelizing restarted backtrack search. With few notable exceptions, mo...
Some fast nearest neighbor search (NNS) algorithms using metric properties have appeared in the last...
The backtrack search problem involves visiting all the nodes of an arbitrary binary tree given a poi...
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...
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...
Backtrack algorithms are applicable to a wide variety of problems. An efficient but readable version...
Consider an infinite binary search tree in which the branches have independent random costs. Suppose...
We introduce a new equivalence on graphs, defined by its symmetry-breaking capability. We first pres...
This paper derives upper bounds on the expected number of search tree nodes visited during an m-solu...
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 ...
We consider the problem of parallelizing restarted backtrack search. With few notable exceptions, mo...
Some fast nearest neighbor search (NNS) algorithms using metric properties have appeared in the last...
The backtrack search problem involves visiting all the nodes of an arbitrary binary tree given a poi...
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...
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...
Backtrack algorithms are applicable to a wide variety of problems. An efficient but readable version...
Consider an infinite binary search tree in which the branches have independent random costs. Suppose...
We introduce a new equivalence on graphs, defined by its symmetry-breaking capability. We first pres...
This paper derives upper bounds on the expected number of search tree nodes visited during an m-solu...
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 ...
We consider the problem of parallelizing restarted backtrack search. With few notable exceptions, mo...
Some fast nearest neighbor search (NNS) algorithms using metric properties have appeared in the last...