let candidate n c =
if not quiet then
begin
printf "└───>> Approximating by @{<fg_blue>[%d]@}@." c.tag;
if true || verbose > 0 then
printf " @[%a@]@." Node.print c
end;
if dot then Dot.candidate n c