def
definition
def or abbrev
cert
show as:
view Lean formalization →
formal statement (Lean)
65noncomputable def cert : CriticalPathCert where
66 cost_on_plan := scheduleVarianceCost_on_plan
proof body
Definition body.
67 cost_nonneg := scheduleVarianceCost_nonneg
68 buffer_pos := optimalBufferFraction_pos
69 buffer_lt_half := optimalBufferFraction_lt_half
70