mona
theorem prover based on automata
Install
- All systems
-
curl cmd.cat/mona.sh
- Debian
-
apt-get install mona
- Ubuntu
-
apt-get install mona
- Kali Linux
-
apt-get install mona
- Fedora
-
dnf install mona
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mona
- Raspbian
-
apt-get install mona
- Dockerfile
- dockerfile.run/mona
mona
theorem prover based on automata
MONA is a tool that translates formulas in the logics WS1S or WS2S into finite-state automata represented by BDDs. The formulas may express search patterns, temporal properties of reactive systems, parse tree constraints, etc. MONA also analyses the automaton resulting from the compilation, and determines whether the formula is valid and, if the formula is not valid, generates a counter-example. Documentation is available from the MONA website http://www.brics.dk/mona/.