Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
rt-proofs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Maxime Lesourd
rt-proofs
Commits
2bba5157
Commit
2bba5157
authored
Aug 26, 2019
by
Xiaojie Guo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor
parent
d31dbf2b
Pipeline
#19345
failed with stages
in 1 minute and 54 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
restructuring/analysis/fpp_implicit_deadline/intermediate.v
restructuring/analysis/fpp_implicit_deadline/intermediate.v
+2
-1
restructuring/analysis/fpp_implicit_deadline/main_theorem.v
restructuring/analysis/fpp_implicit_deadline/main_theorem.v
+2
-1
No files found.
restructuring/analysis/fpp_implicit_deadline/intermediate.v
View file @
2bba5157
...
@@ -435,7 +435,8 @@ Proof.
...
@@ -435,7 +435,8 @@ Proof.
(
n
:
=
service
sched
j
(
end_of_analyse_interval
))
;
auto
.
(
n
:
=
service
sched
j
(
end_of_analyse_interval
))
;
auto
.
have
/
eqP
<-
:
(
t2
==
end_of_analyse_interval
)
;
auto
.
have
/
eqP
<-
:
(
t2
==
end_of_analyse_interval
)
;
auto
.
have
/
eqP
->
:
(
len
==
t2
-
t1
)
;
auto
.
have
/
eqP
->
:
(
len
==
t2
-
t1
)
;
auto
.
rewrite
addnBCA
.
apply
incr_service
.
apply
leq_addr
.
rewrite
addnBA
.
rewrite
addnC
-
addnBA
.
apply
incr_service
.
apply
leq_addr
.
apply
start_inf_arrival
.
rewrite
ltnW
;
auto
.
apply
start_inf_end
.
apply
start_inf_arrival
.
rewrite
ltnW
;
auto
.
apply
start_inf_end
.
Qed
.
Qed
.
...
...
restructuring/analysis/fpp_implicit_deadline/main_theorem.v
View file @
2bba5157
...
@@ -93,7 +93,8 @@ Section exists_t2.
...
@@ -93,7 +93,8 @@ Section exists_t2.
Let
workload_bound
:
=
formula
.
Let
workload_bound
:
=
formula
.
Lemma
exists_t2
:
forall
delta
,
Lemma
exists_t2
:
forall
delta
,
delta
>
0
->
workload_bound
delta
=
delta
delta
>
0
->
workload_bound
delta
=
delta
->
delta
<=
task_deadline
tsk
->
(
forall
j
,
arrives_in
arr_seq
j
->
job_task
j
=
tsk
->
->
(
forall
j
,
arrives_in
arr_seq
j
->
job_task
j
=
tsk
->
exists
t2
,
job_arrival
j
<
t2
/\
completes_at
sched
j
t2
).
exists
t2
,
job_arrival
j
<
t2
/\
completes_at
sched
j
t2
).
Proof
.
Proof
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment