Function clingo_sys::clingo_propagate_init_symbolic_atoms [] [src]

pub unsafe extern "C" fn clingo_propagate_init_symbolic_atoms(
    init: *const clingo_propagate_init_t,
    atoms: *mut *const clingo_symbolic_atoms_t
) -> bool

Get an object to inspect the symbolic atoms.

Parameters:

  • init - the target
  • atoms - the resulting object

Returns whether the call was successful