parallel-tree-search-0.4.2: Parallel Tree Search
CopyrightFabian Reck Sebastian Fischer
LicensePublicDomain
MaintainerNiels Bunkenburg (nbu@informatik.uni-kiel.de)
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Control.Parallel.TreeSearch

Description

This Haskell library provides an implementation of parallel search based on the search tree provided by the package tree-monad.

Synopsis

Documentation

parSearch Source #

Arguments

:: SearchTree a

tree to search

-> [a]

lazy list of leaves

Enumerate the leaves of a SearchTree using parallel depth-first search.