parallel-tree-search: Parallel Tree Search

[ concurrency, control, library, public-domain ] [ Propose Tags ]

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


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.1.1, 0.2, 0.2.1, 0.3, 0.4, 0.4.1, 0.4.2
Dependencies base, containers, tree-monad [details]
License LicenseRef-PublicDomain
Author Sebastian Fischer
Maintainer sebf@informatik.uni-kiel.de
Category Control, Concurrency
Home page http://github.com/sebfisch/parallel-tree-search
Bug tracker mailto:sebf@informatik.uni-kiel.de
Source repo head: git clone git://github.com/sebfisch/parallel-tree-search.git
Uploaded by SebastianFischer at 2009-03-19T14:51:54Z
Distributions Debian:0.4.2
Reverse Dependencies 2 direct, 1 indirect [details]
Downloads 6588 total (18 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for parallel-tree-search-0.2

[back to package description]
Parallel Tree Search
====================

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