pub unsafe extern "C" fn clingo_assignment_trail_at(
    assignment: *const clingo_assignment_t,
    offset: u32,
    literal: *mut clingo_literal_t
) -> bool
Expand description

! Returns the literal at the given position in the trail. ! ! @param[in] assignment the target ! @param[in] offset the offset of the literal ! @param[out] literal the literal ! @return whether the call was successful