pub unsafe extern "C" fn Z3_model_has_interp(
    c: Z3_context,
    m: Z3_model,
    a: Z3_func_decl
) -> bool
Expand description

Test if there exists an interpretation (i.e., assignment) for a in the model m.