aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2016-05-01 23:51:12 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2016-05-01 23:51:12 +0200
commitfb4e5e5be1cc365e3a2ae1758c385ee0fc51e10a (patch)
treefafa585b405bb5c6f0a5eb604fad506e59c25466 /README.md
parent5a1b0fdd5bab9b40c10d71c09fdb58725e7373bc (diff)
downloadsmtcoq-fb4e5e5be1cc365e3a2ae1758c385ee0fc51e10a.tar.gz
smtcoq-fb4e5e5be1cc365e3a2ae1758c385ee0fc51e10a.zip
Now, Coq 8.5 is the default
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/README.md b/README.md
index 8fcdd33..4e960d6 100644
--- a/README.md
+++ b/README.md
@@ -152,18 +152,3 @@ forall l, b1 = b2
where `l` is a list of Booleans. Those Booleans can be any concrete
terms. The theories that are currently supported are `QF_UF`, `QF_LIA`,
`QF_IDL` and their combinations.
-
-
-#### Extraction
-
-The `src/extraction` directory contains the OCaml extracted checker, as
-well as additional files to make use of it. You can compile it using the
-given `Makefile` (after compiling SMTCoq): it will produce an executable
-`smtcoq` that can be run independently of SMTCoq in this way:
-- `smtcoq -zchaff foo.cnf foo.zlog` runs the ZChaff checker on a DIMACS
- file and the corresponding ZChaff certificate
-- `smtcoq -verit foo.smt2 foo.vtlog` runs the veriT checker on a SMTLIB2
- file and the corresponding veriT certificate.
-
-Note that even the extracted version of SMTCoq requires both native-coq
-and SMTCoq to be compiled (mainly since it relies on other Coq plugins).