xxAVOGADROxx / Ritt-Wu

Ritt-Wu algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implementation of the Ritt-Wu's algorithm.

This project implements the Characteristic set method developed by Ritt and Wu. We use Haskell programming language, massiv libary to be more precise, to compute the elements of an ascending chaing with parallel computing.

Prerequisites

The project is under constant development using GHC 8.6.4. Compilers under this version doesn't work correctly. We recommend use versions higher than 8.6.x. Also, the proyect execution need the cabal (recommended) or stack CLT.

Running the tests

The test are evaluated using cabal new-bench, for testing purposes the default test are 10 samples.

Built With

  • Massiv - Haskell library to manage parallesm using OS threads.

Authors

  • Jose Seraquive - Initial work

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Ritt-Wu algorithm

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 98.0%Language:Nix 2.0%