Function z3_sys::Z3_goal_depth

source ·
pub unsafe extern "C" fn Z3_goal_depth(
    c: Z3_context,
    g: Z3_goal
) -> c_uint
Expand description

Return the depth of the given goal. It tracks how many transformations were applied to it.