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

! Get an object to inspect symbolic atoms (the relevant Herbrand base) used ! for grounding. ! ! See the @ref SymbolicAtoms module for more information. ! ! @param[in] control the target ! @param[out] atoms the symbolic atoms object ! @return whether the call was successful