pub unsafe extern "C" fn Z3_mk_optimize(c: Z3_context) -> Z3_optimizeExpand description
Create a new optimize context.
NOTE: User must use Z3_optimize_inc_ref
and Z3_optimize_dec_ref to manage optimize objects,
even if the context was created using Z3_mk_context
instead of Z3_mk_context_rc.