aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/dp/dp.mli
blob: 1e47c950fc509642b0182e9bcd1be426184441e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

open Libnames
open Proof_type

val simplify : tactic
val ergo : tactic
val yices : tactic
val cvc_lite : tactic
val harvey : tactic
val zenon : tactic

val dp_hint : reference list -> unit
val set_timeout : int -> unit
val set_debug : bool -> unit
val set_trace : bool -> unit