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] [Quick Jump]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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
Change log CHANGELOG.md
Dependencies base (>=4.13.0 && <4.16.3), parallel (>=3.2.2 && <3.3), tree-monad (>=0.3.2 && <0.4) [details]
License LicenseRef-PublicDomain
Author Fabian Reck, Sebastian Fischer
Maintainer nbu@informatik.uni-kiel.de
Revised Revision 2 made by nbu at 2022-07-14T11:37:01Z
Category Control, Concurrency
Home page https://github.com/nbun/parallel-tree-search
Bug tracker https://github.com/nbun/parallel-tree-search/issues
Source repo head: git clone git://github.com/nbun/parallel-tree-search.git
Uploaded by nbu at 2020-10-26T12:17:39Z
Distributions Debian:0.4.2
Reverse Dependencies 2 direct, 1 indirect [details]
Downloads 6575 total (28 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-06-07 [all 3 reports]

Readme for parallel-tree-search-0.4.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.