3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 16:45:31 +00:00

ML API and example compilation.

Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
Christoph M. Wintersteiger 2012-12-19 22:25:16 +00:00
parent e7e85dc7b4
commit c001da6188
5 changed files with 39 additions and 34 deletions

View file

@ -3463,7 +3463,7 @@ object (self)
Disposes of the underlying native Z3 object.
*)
method dispose =
Printf.printf "Disposing %d \n" (Oo.id self) ;
Printf.printf "Disposing z3object %d \n" (Oo.id self) ;
(match m_n_obj with
| Some (x) -> self#decref x; m_n_obj <- None
| None -> ()