aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/dp/g_dp.ml4
diff options
context:
space:
mode:
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