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

https://github.com/konn/presburger-dfa

Presburger arithmetic solver using Automata Theory, in Haskell
https://github.com/konn/presburger-dfa

Last synced: 2 months ago
JSON representation

Presburger arithmetic solver using Automata Theory, in Haskell

Awesome Lists containing this project

README

        

presburger-dfa
==============

Presburger arithmetic solver using Automata Theory.

Algorithm is based on the contents of Chapter 10 of "[Automata Theory: An Algorithmic Approach](https://www7.in.tum.de/~esparza/automatanotes.html)" by Javier Esparza.