Library rt.restructuring.model.preemption.floating


(* ----------------------------------[ coqtop ]---------------------------------

Welcome to Coq 8.10.1 (October 2019)

----------------------------------------------------------------------------- *)


From rt.util Require Export
     nondecreasing.

From rt.restructuring.model.preemption Require Export
     valid_model valid_schedule
     job.parameters task.parameters
     job.instance.limited
     task.instance.floating
     rtc_threshold.instance.floating.

From rt.restructuring.analysis.basic_facts.preemption Require Export
     job.limited task.floating rtc_threshold.floating.

From rt.restructuring.analysis.facts Require Export
     priority_inversion_is_bounded.