pub unsafe extern "C" fn clingo_control_theory_atoms(
    control: *const clingo_control_t,
    atoms: *mut *const clingo_theory_atoms_t
) -> bool
Expand description

! Get an object to inspect theory atoms that occur in the grounding. ! ! See the @ref TheoryAtoms module for more information. ! ! @param[in] control the target ! @param[out] atoms the theory atoms object ! @return whether the call was successful