Z3_optimize_to_string

Function Z3_optimize_to_string 

Source
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: