[][src]Function z3_sys::Z3_probe_and

pub unsafe extern "C" fn Z3_probe_and(
    x: Z3_context,
    p1: Z3_probe,
    p2: Z3_probe
) -> Z3_probe

Return a probe that evaluates to "true" when p1 and p2 evaluates to true.

NOTE: For probes, "true" is any value different from 0.0.