Function z3_sys::Z3_optimize_to_string[][src]

pub unsafe extern "C" fn Z3_optimize_to_string(
    c: Z3_context,
    o: Z3_optimize
) -> Z3_string
Expand description

Print the current context as a string.

  • c: - context.
  • o: - optimization context.

See also: