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
3c00f057
Commit
3c00f057
authored
4 years ago
by
Björn Brandenburg
Browse files
Options
Downloads
Patches
Plain Diff
fix injection warnings in single-cost sustainability reduction
parent
030af432
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!98
Fix various compilation warnings
Pipeline
#28404
passed with warnings
4 years ago
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
classic/analysis/uni/susp/sustainability/singlecost/reduction_properties.v
+4
-4
4 additions, 4 deletions
...uni/susp/sustainability/singlecost/reduction_properties.v
with
4 additions
and
4 deletions
classic/analysis/uni/susp/sustainability/singlecost/reduction_properties.v
+
4
−
4
View file @
3c00f057
...
...
@@ -215,7 +215,7 @@ Module SustainabilitySingleCostProperties.
}
destruct
(
sched_susp
t
)
eqn
:
SCHEDs
;
last
by
case
:
SCHED
=>
SAME
;
subst
.
move
:
SCHEDs
=>
/
eqP
SCHEDs
;
apply
FROM
in
SCHEDs
.
case
:
SCHED
;
case
:
ifP
;
first
by
move
=>
/
andP
[
PEND
_];
case
=>
<-.
case
:
ifP
SCHED
;
first
by
move
=>
/
andP
[
PEND
_];
case
=>
<-.
by
move
=>
NOTPEND
;
case
=>
<-.
Qed
.
...
...
@@ -236,7 +236,7 @@ Module SustainabilitySingleCostProperties.
by
eapply
in_arrivals_implies_arrived_before
in
IN
;
eauto
.
}
destruct
(
sched_susp
t
)
eqn
:
SCHEDs
;
last
by
case
:
SCHED
=>
SAME
;
subst
.
case
:
SCHED
;
case
:
ifP
;
case
:
ifP
SCHED
;
first
by
move
=>
/
andP
[
PEND
_];
case
=>
<-
;
apply
MUST
;
apply
/
eqP
.
by
move
=>
NOTPEND
;
case
=>
<-.
Qed
.
...
...
@@ -364,7 +364,7 @@ Module SustainabilitySingleCostProperties.
}
destruct
(
sched_susp
t
)
eqn
:
SCHEDs
;
last
by
case
:
SCHED
=>
SAME
;
subst
;
rewrite
SUSP
in
NOTSUSP
.
case
:
SCHED
;
case
:
ifP
;
last
by
move
=>
_;
case
=>
SAME
;
subst
;
rewrite
SUSP
in
NOTSUSP
.
case
:
ifP
SCHED
;
last
by
move
=>
_;
case
=>
SAME
;
subst
;
rewrite
SUSP
in
NOTSUSP
.
move
:
SCHEDs
;
move
=>
/
eqP
SCHEDs
/
andP
[
/
andP
[
PEND
NOTSUSPs
]
_];
case
=>
SAME
;
subst
.
by
rewrite
-/
suspended
SUSP
in
NOTSUSPs
.
Qed
.
...
...
@@ -731,4 +731,4 @@ Module SustainabilitySingleCostProperties.
End
ReductionProperties
.
End
SustainabilitySingleCostProperties
.
\ No newline at end of file
End
SustainabilitySingleCostProperties
.
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