Function clingo_sys::clingo_control_theory_atoms [] [src]

pub unsafe extern "C" fn clingo_control_theory_atoms(
    control: *const clingo_control_t,
    atoms: *mut *const clingo_theory_atoms_t
) -> bool

Get an object to inspect theory atoms that occur in the grounding.

See the @ref TheoryAtoms module for more information.

Parameters:

  • control - the target
  • atoms - the theory atoms object

Returns whether the call was successful