mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
small changes to the readme
This commit is contained in:
parent
fa24d2da6f
commit
a729d2dafb
1 changed files with 4 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# MSAT
|
# MSAT
|
||||||
|
|
||||||
MSAT is an OCaml library that features a modular SAT-solver and some
|
MSAT is an OCaml library that features a modular SAT-solver and some
|
||||||
extensions (including SMT). This is *work in progress*.
|
extensions (including SMT). This is **work in progress**.
|
||||||
|
|
||||||
|
|
||||||
It derives from [Alt-Ergo Zero](http://cubicle.lri.fr/alt-ergo-zero).
|
It derives from [Alt-Ergo Zero](http://cubicle.lri.fr/alt-ergo-zero).
|
||||||
|
|
@ -65,7 +65,9 @@ For the development version, use:
|
||||||
|
|
||||||
opam pin add msat https://github.com/Gbury/mSAT.git
|
opam pin add msat https://github.com/Gbury/mSAT.git
|
||||||
|
|
||||||
### Manual installation You will need ocamlfind. The command is:
|
### Manual installation
|
||||||
|
|
||||||
|
You will need ocamlfind. The command is:
|
||||||
|
|
||||||
make install
|
make install
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue