A multi-logic proof and semantic model generator.
For the live site, see here.
The docker image is available on Docker Hub.
docker run -p 8080:8080 owings1/pytableaux:latest
The web UI should then be available on port 8080, e.g. http://localhost:8080.
For the live documentation, see here. If you deployed the docker container,
the documentation is available at /doc, e.g. http://localhost:8080/doc.
Bivalent
Many-valued
Bivalent Modal
Python 3.11 or later is required.
To install requirements:
pip3 install -r requirements.txt
For system-level dependencies, refer to the Dockerfile.
Run tests:
python3 -m pytest test
Build docs:
cd doc && make clean html
Build docker image
docker build .
You can file any issues on github, or contact me directly via email.
Copyright (C) 2014-2023 Doug Owings. Released under the GNU Affero General Public License 3.0 or later.
Content type
Image
Digest
sha256:cda8fca5c…
Size
47.9 MB
Last updated
about 3 years ago
docker pull owings1/pytableaux