Function z3_sys::Z3_fixedpoint_get_ground_sat_answer [] [src]

pub unsafe extern "C" fn Z3_fixedpoint_get_ground_sat_answer(
    c: Z3_context,
    d: Z3_fixedpoint
) -> Z3_ast

Retrieve a bottom-up (from query) sequence of ground facts

The previous call to Z3_fixedpoint_query must have returned Z3_L_TRUE.