[][src]Function clingo_sys::clingo_solve_control_symbolic_atoms

pub unsafe extern "C" fn clingo_solve_control_symbolic_atoms(
    control: *const clingo_solve_control_t,
    atoms: *mut *const clingo_symbolic_atoms_t
) -> bool

! Get an object to inspect the symbolic atoms. ! ! @param[in] control the target ! @param[out] atoms the resulting object ! @return whether the call was successful