aboutsummaryrefslogtreecommitdiffstats
path: root/src/trace
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2017-11-14 10:55:40 +0100
committerChantal Keller <Chantal.Keller@lri.fr>2017-11-14 10:55:40 +0100
commit6566176e1f87838bada8c04ba80e608e8c7e958f (patch)
treee2ae78ce8b5b00ed605029e890bfe9bda632f6cb /src/trace
parent57c04ab82951ec5490e0f459610a0aa0d7c716ea (diff)
downloadsmtcoq-6566176e1f87838bada8c04ba80e608e8c7e958f.tar.gz
smtcoq-6566176e1f87838bada8c04ba80e608e8c7e958f.zip
Command to bypass typechecking when generating a zchaff theorem
Diffstat (limited to 'src/trace')
-rw-r--r--src/trace/coqTerms.ml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/trace/coqTerms.ml b/src/trace/coqTerms.ml
index a58fcfa..6c76f9d 100644
--- a/src/trace/coqTerms.ml
+++ b/src/trace/coqTerms.ml
@@ -165,6 +165,9 @@ let cFite = gen_constant smt_modules "Fite"
let cis_true = gen_constant smt_modules "is_true"
+let cvalid_sat_checker = gen_constant [["SMTCoq";"Trace";"Sat_Checker"]] "valid"
+let cinterp_var_sat_checker = gen_constant [["SMTCoq";"Trace";"Sat_Checker"]] "interp_var"
+
let make_certif_ops modules args =
let gen_constant c =
match args with