Skip to content
Snippets Groups Projects
Commit 7846744b authored by Marco Maida's avatar Marco Maida
Browse files

Polish

parent 1fb9e77a
No related branches found
No related tags found
1 merge request!114Preemption model compliance
......@@ -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
......
......@@ -76,7 +76,7 @@ Section PrioAwareUniprocessorScheduler.
Corollary schedule_respects_preemption_model :
schedule_respects_preemption_model arr_seq schedule.
Proof.
by apply np_respects_preemption_model .
by apply np_respects_preemption_model.
Qed.
End PreemptionCompliance.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment