[][src]Function z3_sys::Z3_optimize_get_model

pub unsafe extern "C" fn Z3_optimize_get_model(
    c: Z3_context,
    o: Z3_optimize
) -> Z3_model

Retrieve the model for the last Z3_optimize_check

The error handler is invoked if a model is not available because the commands above were not invoked for the given optimization solver, or if the result was Z3_L_FALSE.