Function z3_sys::Z3_fixedpoint_from_string[][src]

pub unsafe extern "C" fn Z3_fixedpoint_from_string(
    c: Z3_context,
    f: Z3_fixedpoint,
    s: Z3_string
) -> Z3_ast_vector
Expand 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.

See also: