public String toString() {
   return (cand == null ? node.toString() : cand.toString());
 }