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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
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
Lasse Blaauwbroek
PROSA - Formally Proven Schedulability Analysis
Commits
e54b7a37
Commit
e54b7a37
authored
9 years ago
by
Felipe Cerqueira
Browse files
Options
Downloads
Patches
Plain Diff
EDF bound proof works
parent
faf07791
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
BertognaResponseTimeDefsEDF.v
+19
-6
19 additions, 6 deletions
BertognaResponseTimeDefsEDF.v
with
19 additions
and
6 deletions
BertognaResponseTimeDefsEDF.v
+
19
−
6
View file @
e54b7a37
...
...
@@ -777,13 +777,26 @@ Module ResponseTimeAnalysisEDF.
rewrite
addnC
;
apply
leq_add
;
first
by
apply
LTserv
;
rewrite
INboth
mem_nth
//
SIZE
.
destruct
(
D_k
-
R_k
<=
D_i
%%
p_k
)
eqn
:
LEmod
;
last
first
.
assert
(
LEmod
:
D_k
-
R_k
<=
D_i
%%
p_k
)
.
{
apply
negbT
in
LEmod
;
rewrite
-
ltnNge
in
LEmod
.
rewrite
ltn_subRL
in
LEmod
.
apply
leq_trans
with
(
n
:=
0
);
last
by
done
.
admit
.
rewrite
-
subndiv_eq_mod
leq_subLR
.
fold
(
div_floor
D_i
p_k
)
n_k
;
fold
p_k
in
DIST
.
rewrite
addnBA
;
last
by
apply
leq_trunc_div
.
apply
leq_trans
with
(
n
:=
R_k
+
D_i
-
(
a_lst
-
a_fst
));
last
by
apply
leq_sub2l
.
rewrite
subnBA
;
last
by
apply
BEFOREarr
.
rewrite
-
(
leq_add2r
a_lst
)
subh1
;
last
first
.
{
apply
leq_trans
with
(
n
:=
t2
);
first
by
apply
ltnW
,
BEFOREt2
.
rewrite
addnC
addnA
.
apply
leq_trans
with
(
n
:=
t1
+
D_i
);
first
by
unfold
t2
;
rewrite
leq_add2l
;
apply
NOMISS
.
by
rewrite
leq_add2r
;
apply
AFTERt1
.
}
rewrite
-
addnBA
//
subnn
addn0
[
D_k
+
_]
addnC
.
apply
leq_trans
with
(
n
:=
t1
+
D_i
);
last
by
rewrite
-
addnA
[
D_i
+
_]
addnC
addnA
leq_add2r
addnC
AFTERt1
.
by
unfold
D_i
,
D_k
;
rewrite
-
DLi
-
DLlst
;
apply
PRIOinterf
in
LSTserv
.
}
apply
subh3
;
last
by
apply
LEmod
.
...
...
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