Skip to content
Snippets Groups Projects

Preemption model compliance

All threads resolved!
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -86,7 +86,7 @@ Section NPUniprocessorScheduler.
by apply schedule_up_to_prefix_inclusion. }
{ elim: t IDLE NONE => [IDLE _| t' _ _ ->]; last by rewrite schedule_up_to_empty.
rewrite /schedule_up_to replace_at_def.
rewrite /allocation_at /prev_job_nonpreemptive IDLE H_non_idling //. }
by rewrite /allocation_at /prev_job_nonpreemptive IDLE H_non_idling. }
Qed.
(** From the preceding fact, we conclude that the generated schedule is
Loading