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

https://github.com/glguy/sat-for-games

SAT tutorial exercise code
https://github.com/glguy/sat-for-games

Last synced: about 1 year ago
JSON representation

SAT tutorial exercise code

Awesome Lists containing this project

README

          

# sat-for-games

This repository is support material for the ICFP 2018 Tutorial track

## Notice!

The repository is currently in a completed state. I intend to remove portions of the code to serve as tutorial exercises during the session.

## Building the project

To build this repository you'll need a recent version of GHC, cabal-install, and minisat.

GHC and cabal-install can be installed using the *Core Haskell Platform* installer at https://www.haskell.org/platform/

Minisat can be installed from your package manager or from the Minisat website. If Minisat isn't available it should also be possible to adapt the project to work with Cryptominisat.

```
$ cd sat-for-games
$ cabal new-repl
```

I'll make the tutorial slides available online soon!