# File lib/util/schedule.rb, line 26
    def earliest(t1, t2) before_eq(t1, t2) ? t1 :  t2; end