pub unsafe extern "C" fn Z3_optimize_get_assertions(
c: Z3_context,
o: Z3_optimize,
) -> Z3_ast_vectorExpand description
Return the set of asserted formulas on the optimization context.
pub unsafe extern "C" fn Z3_optimize_get_assertions(
c: Z3_context,
o: Z3_optimize,
) -> Z3_ast_vectorReturn the set of asserted formulas on the optimization context.