Z3_optimize_get_assertions

Function Z3_optimize_get_assertions 

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