pub unsafe extern "C" fn clingo_backend_theory_atom(
    backend: *mut clingo_backend_t,
    atom_id_or_zero: clingo_atom_t,
    term_id: clingo_id_t,
    elements: *const clingo_id_t,
    size: usize
) -> bool
Expand description

! Add a theory atom without a guard. ! ! @param[in] backend the target backend ! @param[in] atom_id_or_zero a program atom or zero for theory directives ! @param[in] term_id the term id of the term associated with the theory atom ! @param[in] elements an array of element ids for the theory atoms’s elements ! @param[in] size the number of elements ! @return whether the call was successful; might set one of the following error codes: ! - ::clingo_error_bad_alloc