A Typed Racket implementation of a general-purpose worklist, with multiple worklists of different types.
Go to file
2017-04-19 20:22:07 +02:00
scribblings Initial commit 2017-04-13 18:37:37 +02:00
test Now worklist handles duplicate elements correctly 2017-04-14 21:14:50 +02:00
.gitignore Initial commit 2017-04-13 18:37:37 +02:00
.travis.yml Intersection types are present only in Racket versions 6.6 and above 2017-04-13 19:12:37 +02:00
experiment.rkt Cleanup 2017-04-15 02:13:00 +02:00
info.rkt Added missing dependencies 2017-04-13 18:45:23 +02:00
LICENSE-more.md Initial commit 2017-04-13 18:37:37 +02:00
LICENSE.txt Initial commit 2017-04-13 18:37:37 +02:00
main.rkt Initial commit 2017-04-13 18:37:37 +02:00
README.md Added maintenance badge (2017) 2017-04-19 20:22:07 +02:00

Build Status, Coverage Status, Build Stats, Online Documentation. Maintained as of 2017, License: CC0 v1.0.

Typed Worklist

A Typed/Racket implementation of Kildall's worklist algorithm, with multiple worklists of different types.

Currently a work in progress.