An LTB support for the automated theorem prover Leo-III.
The CADE ATP System Competition (CASC) is hosting a LTB division. This project aims to implement a solution for the LTB division using Leo-III.
- python >= 3.5
- leo3
[leo3ltb]$ cd example4
[example1]$ ./run_ltb
View the logs:
[example1]$ cat Log~/batch.log
Get all problem variant outputs:
[example1]$ cd Log~
Get final outputs:
[example1]$ cd Output~
And a Scheduler runtime profile in Log~/profile.png
:
leo3ltb is licensed under the BSD 3-clause "New" or "Revised" License. See LICENSE.
The documentation consits of
- an autogenerated documentation
- some examples
$ cd docs
$ python3 -m pip install pydoc-markdown --user
$ pydocmd build
Start doc html server:
$ pydocmd serve