Skip to content
Snippets Groups Projects

Port instantiations

Merged Sergey Bozhko requested to merge sbozhko/rt-proofs:port-instantiations into master
5 files
+ 196
173
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -4,8 +4,9 @@ From rt.restructuring.model.processor Require Import ideal platform_properties.
(* In this section we estlish the classes to which an ideal schedule belongs. *)
Section ScheduleClass.
(* Consider any job type and the ideal processor model. *)
Context {Job: JobType}.
Context {Job : JobType}.
(* We note that the ideal processor model is indeed a uniprocessor
model. *)
Loading