This tableaux prover aims to prove tableaux in different logics as a learning tool. The tableaux can be proven in automatic or manual mode. In manual mode the user has to perform each step manually and gets feedback about the correctness of his derivations.
Screenshot automatic mode:
Screenshot manual mode:
The syntax reference can be found by clicking at the info button.
- Python Version >= 3.7.2
- Packages, see requirements.txt
- Source Code src/
- Seminar Paper docs/
- Unittests tests/
- Antlr Generated Files gen/
- .ui Concept Files ui_concepts/
The main entry point of the programm is the file src/main.py