pub unsafe extern "C" fn Z3_optimize_get_upper(
    c: Z3_context,
    o: Z3_optimize,
    idx: c_uint
) -> Z3_ast
Expand description

Retrieve upper bound value or approximation for the i’th optimization objective.

  • c: - context
  • o: - optimization context
  • idx: - index of optimization objective

See also: