Function z3_sys::Z3_fixedpoint_assert[][src]

pub unsafe extern "C" fn Z3_fixedpoint_assert(
    c: Z3_context,
    d: Z3_fixedpoint,
    axiom: Z3_ast
)
Expand description

Assert a constraint to the fixedpoint context.

The constraints are used as background axioms when the fixedpoint engine uses the PDR mode. They are ignored for standard Datalog mode.