Function clingo_sys::clingo_symbolic_atoms_size [] [src]

pub unsafe extern "C" fn clingo_symbolic_atoms_size(
    atoms: *mut clingo_symbolic_atoms_t,
    size: *mut usize
) -> bool

Get the number of different atoms occurring in a logic program.

Parameters:

  • atoms the target
  • size the number of atoms

Returns whether the call was successful