[][src]Function z3_sys::Z3_solver_get_model

pub unsafe extern "C" fn Z3_solver_get_model(
    c: Z3_context,
    s: Z3_solver
) -> Z3_model

Retrieve the model for the last Z3_solver_check or Z3_solver_check_assumptions

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