aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/dp/g_dp.ml4
diff options
context:
space:
mode:
authorGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>2007-02-14 07:37:48 +0000
committerGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>2007-02-14 07:37:48 +0000
commit3786c49aadcd609151c44b2458c00cf612b807bb (patch)
tree0f3102c08e14943c62976cb0f9045180f0806fb6 /contrib/dp/g_dp.ml4
parent34ba48a885c91ea895cbba7ba5a53b1ec9de5db8 (diff)
tactique yices
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9645 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/dp/g_dp.ml4')
-rw-r--r--contrib/dp/g_dp.ml44
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/dp/g_dp.ml4 b/contrib/dp/g_dp.ml4
index 1100d7dc1..46ae400d2 100644
--- a/contrib/dp/g_dp.ml4
+++ b/contrib/dp/g_dp.ml4
@@ -20,6 +20,10 @@ TACTIC EXTEND Ergo
[ "ergo" ] -> [ ergo ]
END
+TACTIC EXTEND Yices
+ [ "yices" ] -> [ yices ]
+END
+
TACTIC EXTEND CVCLite
[ "cvcl" ] -> [ cvc_lite ]
END