Function z3_sys::Z3_fixedpoint_from_file
[−]
[src]
pub unsafe extern "C" fn Z3_fixedpoint_from_file(
c: Z3_context,
f: Z3_fixedpoint,
s: Z3_string
) -> Z3_ast_vector
Parse an SMT-LIB2 file with fixedpoint rules. Add the rules to the current fixedpoint context. Return the set of queries in the file.
c: - context.f: - fixedpoint context.s: - string containing SMT2 specification.