pub unsafe extern "C" fn Z3_fixedpoint_from_file(
    c: Z3_context,
    f: Z3_fixedpoint,
    s: Z3_string
) -> Z3_ast_vector
Expand description

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: - path to file containing SMT2 specification.

See also: