Function z3_sys::Z3_optimize_from_string[][src]

pub unsafe extern "C" fn Z3_optimize_from_string(
    c: Z3_context,
    o: Z3_optimize,
    s: Z3_string
)
Expand description

Parse an SMT-LIB2 string with assertions, soft constraints and optimization objectives. Add the parsed constraints and objectives to the optimization context.

  • c: - context.
  • o: - optimize context.
  • s: - string containing SMT2 specification.

See also: