[][src]Function clingo_sys::clingo_control_symbolic_atoms

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

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