[][src]Function clingo_sys::clingo_theory_atoms_element_condition

pub unsafe extern "C" fn clingo_theory_atoms_element_condition(
    atoms: *const clingo_theory_atoms_t,
    element: clingo_id_t,
    condition: *mut *const clingo_literal_t,
    size: *mut usize
) -> bool

! Get the condition (array of aspif literals) of the given theory element. ! ! @param[in] atoms container where the element is stored ! @param[in] element id of the element ! @param[out] condition the resulting array of aspif literals ! @param[out] size the number of term literals ! @return whether the call was successful