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
91b497aa
Commit
91b497aa
authored
9 years ago
by
Felipe Cerqueira
Browse files
Options
Downloads
Patches
Plain Diff
Finish FP proof
parent
d5fb86e5
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
BertognaResponseTimeFP.v
+232
-259
232 additions, 259 deletions
BertognaResponseTimeFP.v
Makefile
+0
-1
0 additions, 1 deletion
Makefile
helper.v
+0
-10
0 additions, 10 deletions
helper.v
with
232 additions
and
270 deletions
BertognaResponseTimeFP.v
+
232
−
259
View file @
91b497aa
This diff is collapsed.
Click to expand it.
Makefile
+
0
−
1
View file @
91b497aa
...
...
@@ -84,7 +84,6 @@ VFILES:=apa.v\
BertognaResponseTimeDefs.v
\
BertognaResponseTimeFP.v
\
divround.v
\
eqtask_dec.v
\
extralib.v
\
ExtraRelations.v
\
helper.v
\
...
...
This diff is collapsed.
Click to expand it.
helper.v
+
0
−
10
View file @
91b497aa
...
...
@@ -546,16 +546,6 @@ Proof.
[
by
rewrite
Rxy
in
XY'
|
by
rewrite
Ryx
in
YX'
]
.
Qed
.
Lemma
leq_sum_subseq
:
forall
{
I
:
eqType
}
r1
r2
(
P
:
pred
I
)
F
(
SUB
:
subseq
r1
r2
),
\
sum_
(
i
<-
r1
|
P
i
)
F
i
<=
\
sum_
(
i
<-
r2
|
P
i
)
F
i
.
Proof
.
ins
.
admit
.
Qed
.
Lemma
sorted_rcons_prefix
:
forall
{
T
:
eqType
}
(
leT
:
rel
T
)
s
x
(
SORT
:
sorted
leT
(
rcons
s
x
)),
...
...
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