Function clingo_sys::clingo_control_symbolic_atoms [] [src]

pub unsafe extern "C" fn clingo_control_symbolic_atoms(
    control: *const clingo_control_t,
    atoms: *mut *const 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