Skip to content
Snippets Groups Projects
Commit 1b7dd375 authored by Björn Brandenburg's avatar Björn Brandenburg
Browse files

remove unnecessary Require statements in model.task.preemption

parent 0089c2ce
No related branches found
No related tags found
No related merge requests found
Require Import rt.restructuring.model.preemption.limited_preemptive.
Require Export rt.restructuring.model.task.preemption.parameters.
From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq fintype bigop.
(** * Platform for Models with Floating Non-Preemptive Regions *)
(** In this section, we introduce a set of requirements for function
[task_max_nonpr_segment], so it is coherent with model with
......
Require Export rt.restructuring.model.task.preemption.parameters.
From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq fintype bigop.
(** * Platform for Fully Non-Preemptive Model *)
(** In this section, we instantiate function
[task_max_nonpreemptive_segment] for the fully non-preemptive
......@@ -22,9 +20,6 @@ Section FullyNonPreemptiveModel.
End FullyNonPreemptiveModel.
From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq fintype bigop.
(** * Task's Run to Completion Threshold *)
(** In this section, we instantiate function [task run to completion
threshold] for the fully non-preemptive model. *)
......
......@@ -17,8 +17,6 @@ Section FullyPreemptiveModel.
End FullyPreemptiveModel.
Require Export rt.restructuring.model.task.preemption.parameters.
(** * Task's Run to Completion Threshold *)
(** In this section, we instantiate function [task run to completion
threshold] for the fully preemptive model. *)
......
Require Export rt.restructuring.model.task.preemption.parameters.
Require Import rt.restructuring.model.preemption.limited_preemptive.
From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq fintype bigop.
(** * Platform for Models with Limited Preemptions *)
(** In this section, we introduce a set of requirements for function
......
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