Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mpardalos/fuzzerexamplehs

Example for CW1 of Software Reliability in Haskell
https://github.com/mpardalos/fuzzerexamplehs

Last synced: 1 day ago
JSON representation

Example for CW1 of Software Reliability in Haskell

Awesome Lists containing this project

README

        

# Example for Software Reliability coursework

This example simply generates random cnf files in a directory. To run:

``` sh
stack run -- fuzz-sat
```
This will generate 10 test cases in

It will take a while the first time as it is downloading the Haskell binary and compiling libraries