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
ac5df8c1
Commit
ac5df8c1
authored
9 years ago
by
Felipe Cerqueira
Browse files
Options
Downloads
Patches
Plain Diff
Try new proof
parent
a506da1a
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
BertognaResponseTimeDefs.v
+14
-6
14 additions, 6 deletions
BertognaResponseTimeDefs.v
with
14 additions
and
6 deletions
BertognaResponseTimeDefs.v
+
14
−
6
View file @
ac5df8c1
...
...
@@ -293,7 +293,7 @@ Module ResponseTimeAnalysis.
H_valid_job_parameters
into
PARAMS
,
H_valid_task_parameters
into
TASK_PARAMS
,
H_restricted_deadlines
into
RESTR
,
H_response_time_of_interfering_tasks_is_known
into
RESP
_OTHER
,
H_response_time_of_interfering_tasks_is_known
into
RESP
,
H_interfering_tasks_miss_no_deadlines
into
NOMISS
,
H_rate_equals_one
into
RATE
.
intros
j
JOBtsk
.
...
...
@@ -311,12 +311,15 @@ Module ResponseTimeAnalysis.
(* Now we start the proof. *)
rewrite
eqn_leq
;
apply
/
andP
;
split
;
first
by
apply
COMP
.
(* Rephrase service in terms of backlogged time. *)
rewrite
service_before_arrival_eq_service_during
//
EQinterf
.
set
X
:=
total_interference
job_cost
rate
sched
j
(
job_arrival
j
)
(
job_arrival
j
+
R
)
.
apply
leq_trans
with
(
n
:=
task_cost
tsk
);
first
by
specialize
(
PARAMS
j
);
des
;
rewrite
-
JOBtsk
;
apply
PARAMS0
.
(* Reorder the inequality. *)
rewrite
-
(
leq_add2l
X
)
.
rewrite
addnBA
;
last
first
.
...
...
@@ -325,11 +328,16 @@ Module ResponseTimeAnalysis.
apply
total_interference_le_delta
.
}
rewrite
[
X
+
R
]
addnC
-
addnBA
//
subnn
addn0
.
(* Bound the backlogged time using Bertogna's interference bound. *)
rewrite
REC
addnC
;
apply
leq_add
;
first
by
specialize
(
PARAMS
j
);
des
;
rewrite
-
JOBtsk
;
apply
PARAMS0
.
rewrite
REC
addnC
leq_add2l
.
apply
leq_trans
with
(
n
:=
R
-
task_cost
tsk
+
1
)
.
rewrite
addnC
.
rewrite
-
leq_subLR
.
rewrite
-
(
leq_add2r
(
task_cost
tsk
))
.
rewrite
[
R
-
_
+
_]
subh1
;
last
by
admit
.
rewrite
-
addnBA
//
subnn
addn0
.
rewrite
subh1
;
last
by
admit
.
set
x
:=
fun
tsk_other
=>
if
higher_eq_priority
tsk_other
tsk
&&
(
tsk_other
!=
tsk
)
then
...
...
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