pub unsafe extern "C" fn Z3_optimize_get_assertions(
c: Z3_context,
o: Z3_optimize,
) -> Option<Z3_ast_vector>Expand 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,
) -> Option<Z3_ast_vector>Return the set of asserted formulas on the optimization context.