Pick candidate with the smallest ID.
(pick-candidate-with-smallest-id cids) → *
Function:
(defun pick-candidate-with-smallest-id (cids) (declare (xargs :guard (nat-listp cids))) (let ((__function__ 'pick-candidate-with-smallest-id)) (declare (ignorable __function__)) (car cids)))