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.
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.
The test are evaluated using cabal new-bench, for testing purposes the default test are 10 samples.
- Massiv - Haskell library to manage parallesm using OS threads.
- Jose Seraquive - Initial work
This project is licensed under the MIT License - see the LICENSE.md file for details