mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
start wcnf
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
be68456c06
commit
08f55f9d1f
5 changed files with 30 additions and 2 deletions
|
@ -199,7 +199,7 @@ extern "C" {
|
|||
|
||||
Z3_string Z3_API Z3_optimize_get_reason_unknown(Z3_context c, Z3_optimize o) {
|
||||
Z3_TRY;
|
||||
LOG_Z3_optimize_to_string(c, o);
|
||||
LOG_Z3_optimize_get_reason_unknown(c, o);
|
||||
RESET_ERROR_CODE();
|
||||
return mk_c(c)->mk_external_string(to_optimize_ptr(o)->reason_unknown());
|
||||
Z3_CATCH_RETURN("");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue