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
- Host: GitHub
- URL: https://github.com/konn/presburger-dfa
- Owner: konn
- License: bsd-3-clause
- Created: 2016-05-23T17:36:10.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-02-27T06:36:17.000Z (about 3 years ago)
- Last Synced: 2025-01-23T17:15:00.795Z (4 months ago)
- Language: Haskell
- Size: 350 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.