parallel-tree-search: Parallel Tree Search

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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


[Skip to Readme]

Properties

Versions 0.1, 0.1.1, 0.2, 0.2.1, 0.3, 0.4, 0.4.1, 0.4.2, 0.4.2
Change log CHANGELOG.md
Dependencies base (>=4.13.0 && <4.15), parallel (>=3.2.2 && <3.3), tree-monad (>=0.3.1 && <0.4) [details]
License LicenseRef-PublicDomain
Author Fabian Reck, Sebastian Fischer
Maintainer nbu@informatik.uni-kiel.de
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-26T08:42:18Z

Modules

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


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.