Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PROSA - Formally Proven Schedulability Analysis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RT-PROOFS
PROSA - Formally Proven Schedulability Analysis
Commits
8db57cc7
Commit
8db57cc7
authored
1 year ago
by
Sergey Bozhko
Browse files
Options
Downloads
Patches
Plain Diff
improve comments about service lemmas
parent
82aae63c
No related branches found
No related tags found
1 merge request
!363
Prove RTA for RS-FP-EDF and RS-NP-EDF
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
analysis/facts/behavior/service.v
+4
-3
4 additions, 3 deletions
analysis/facts/behavior/service.v
with
4 additions
and
3 deletions
analysis/facts/behavior/service.v
+
4
−
3
View file @
8db57cc7
...
...
@@ -329,7 +329,8 @@ Section RelationToScheduled.
by
apply
not_scheduled_implies_no_service
.
Qed
.
(** Conversely, if a job receives service, then it must be scheduled. *)
(** Conversely, if the job's instantaneous received service is
positive, then it must be scheduled. *)
Lemma
service_at_implies_scheduled_at
:
forall
t
,
service_at
sched
j
t
>
0
->
scheduled_at
sched
j
t
.
...
...
@@ -338,8 +339,8 @@ Section RelationToScheduled.
by
rewrite
not_scheduled_implies_no_service
//
negbT
.
Qed
.
(** Thus, if the cumulative amount of service changes, then it must
be
scheduled, too. *)
(** Thus, if the cumulative amount of service changes, then it must
be
scheduled, too. *)
Lemma
service_delta_implies_scheduled
:
forall
t
,
service
sched
j
t
<
service
sched
j
t
.
+
1
->
scheduled_at
sched
j
t
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment