Function clingo_sys::clingo_propagate_init_theory_atoms [] [src]

pub unsafe extern "C" fn clingo_propagate_init_theory_atoms(
    init: *mut clingo_propagate_init_t,
    atoms: *mut *mut clingo_theory_atoms_t
) -> bool

Get an object to inspect the theory atoms.

Parameters:

  • init the target
  • atoms the resulting object

Returns whether the call was successful