[][src]Function clingo_sys::clingo_control_theory_atoms

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

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