pub unsafe extern "C" fn Z3_fixedpoint_from_string(
c: Z3_context,
f: Z3_fixedpoint,
s: Z3_string,
) -> Z3_ast_vectorExpand description
Parse an SMT-LIB2 string with fixedpoint rules. Add the rules to the current fixedpoint context. Return the set of queries in the string.
c: - context.f: - fixedpoint context.s: - string containing SMT2 specification.