pub unsafe extern "C" fn Z3_fixedpoint_get_assertions(
c: Z3_context,
f: Z3_fixedpoint,
) -> Option<Z3_ast_vector>Expand description
Retrieve set of background assertions from fixedpoint context.
pub unsafe extern "C" fn Z3_fixedpoint_get_assertions(
c: Z3_context,
f: Z3_fixedpoint,
) -> Option<Z3_ast_vector>Retrieve set of background assertions from fixedpoint context.