3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-13 12:28:44 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2018-09-20 19:19:40 -07:00
parent 91dbcbc36f
commit 382bce4bb7

View file

@ -1816,7 +1816,7 @@ struct
let get_model x =
let q = Z3native.solver_get_model (gc x) x in
if Z3native.is_null_model q then None else Some q
try if Z3native.is_null_model q then None else Some q with | _ -> None
let get_proof x =
let q = Z3native.solver_get_proof (gc x) x in