aboutsummaryrefslogtreecommitdiffstats
path: root/src/State.v
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2016-04-30 03:03:50 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2016-04-30 03:03:50 +0200
commit98bf2facf5a61758897d000c4a7d1d6c6c2965fb (patch)
treefcb99694bdc0df548398a718676847acdc5436c3 /src/State.v
parent640bf0dda4a4880aeb525d1460dc91f5041aa626 (diff)
downloadsmtcoq-98bf2facf5a61758897d000c4a7d1d6c6c2965fb.tar.gz
smtcoq-98bf2facf5a61758897d000c4a7d1d6c6c2965fb.zip
Holes in proof:
- can now take learned clauses as argument - returns a whole clause (and not only a literal) - tested for the vernacular commands Warning: seems to slow down 8.5 version
Diffstat (limited to 'src/State.v')
-rw-r--r--src/State.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/State.v b/src/State.v
index fde25f9..6d31977 100644
--- a/src/State.v
+++ b/src/State.v
@@ -13,6 +13,7 @@
(* *)
(**************************************************************************)
+
Require Import List.
Require Import Bool.
Require Import Int63.
@@ -267,6 +268,7 @@ Module C.
| _ => false
end.
+
Section OR.
Variable or : t -> t -> t.