Skip to content
Snippets Groups Projects
Commit 1d0fea03 authored by Sergey Bozhko's avatar Sergey Bozhko :eyes:
Browse files

Add concise imports of preemption models

parent 4b53a2df
No related branches found
No related tags found
No related merge requests found
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.
\ No newline at end of file
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.limited
rtc_threshold.instance.limited.
From rt.restructuring.analysis.basic_facts.preemption Require Export
job.limited task.limited rtc_threshold.limited.
From rt.util Require Export nondecreasing.
From rt.restructuring.model.schedule Require Export nonpreemptive.
From rt.restructuring.model.preemption Require Export
valid_model valid_schedule
job.instance.nonpreemptive
task.instance.nonpreemptive
rtc_threshold.instance.nonpreemptive.
From rt.restructuring.analysis.basic_facts.preemption Require Export
job.nonpreemptive task.nonpreemptive rtc_threshold.nonpreemptive.
From rt.util Require Export nondecreasing.
From rt.restructuring.model.preemption Require Export
valid_model valid_schedule
job.instance.preemptive
task.instance.preemptive
rtc_threshold.instance.preemptive.
From rt.restructuring.analysis.basic_facts.preemption Require Export
job.preemptive task.preemptive rtc_threshold.preemptive.
\ No newline at end of file
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