Skip to content
Snippets Groups Projects
Unverified Commit 99348c52 authored by SimonGuilloud's avatar SimonGuilloud Committed by GitHub
Browse files

Update README.md

parent 2772b76a
No related branches found
No related tags found
No related merge requests found
#LISA: LISA Is Sets Automated #LISA: LISA Is Sets Automated
LISA is a Proof Assistant based on first order logic, Sequent Calculus and Set Theory. To get started, look at the [Reference Manual](/LISA Reference Manual.pdf).
## Kernel EPFL-LARA Website: https://lara.epfl.ch/w/
## Project Organisation
### Kernel
The kernel package contains the trusted code of LISA, in the sense that it only can produce theorem and verify proof. Any bug or error in code written outside this package should not possibly break soundness. The kernel package contains the trusted code of LISA, in the sense that it only can produce theorem and verify proof. Any bug or error in code written outside this package should not possibly break soundness.
The kernel contains essentially two elements: Formalisation of First Order Logic, and Formalisation of Proofs through Sequent Calculus. The kernel contains essentially two elements: Formalisation of First Order Logic, and Formalisation of Proofs through Sequent Calculus.
## Proven ### Proven
The proven package contains tactics and proofs The proven package contains tactics and proofs
## TPTP ### TPTP
The TPTP package contains a parser from the TPTP file format to LISA. The simplest way to use it is to download the TPTP library and put it inside main/resources. The TPTP package contains a parser from the TPTP file format to LISA. The simplest way to use it is to download the TPTP library and put it inside main/resources.
## Commands ## Commands
...@@ -18,7 +23,7 @@ The TPTP package contains a parser from the TPTP file format to LISA. The simple ...@@ -18,7 +23,7 @@ The TPTP package contains a parser from the TPTP file format to LISA. The simple
* `sbt doc` to generate the Scala documentation * `sbt doc` to generate the Scala documentation
#LICENSE # LICENSE
Copyright [2022] [EPFL] Copyright [2022] [EPFL]
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment