Function clingo_sys::clingo_control_symbolic_atoms [] [src]

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.

Parameters:

  • control the target
  • atoms the symbolic atoms object

Returns whether the call was successful