Type Definition clingo_sys::clingo_propagator_propagate_callback_t [] [src]

type clingo_propagator_propagate_callback_t = Option<unsafe extern "C" fn(arg1: *mut clingo_propagate_control_t, arg2: *const clingo_literal_t, arg3: usize, arg4: *mut c_void) -> bool>;

Typedef for @ref ::clingo_propagator::propagate().