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:
parent
4e05e93ecb
commit
6625f7a749
2 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue