3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-09-02 08:10:43 +00:00

Added Z3_solver_translate to ML API.

This commit is contained in:
Christoph M. Wintersteiger 2015-11-09 13:19:10 +00:00
parent 4e05e93ecb
commit 6625f7a749
2 changed files with 8 additions and 2 deletions

View file

@ -3122,6 +3122,9 @@ sig
The solver supports the commands [Push] and [Pop], but it
will always solve each check from scratch. *)
val mk_solver_t : context -> Tactic.tactic -> solver
(** Create a clone of the current solver with respect to a context. *)
val translate : solver -> context -> solver
(** A string representation of the solver. *)
val to_string : solver -> string