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
6e21d33c
Commit
6e21d33c
authored
3 years ago
by
Marco Maida
Committed by
Björn Brandenburg
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
typos
parent
4ec46224
No related branches found
No related tags found
1 merge request
!215
Concrete arrival sequence
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
implementation/definitions/maximal_arrival_sequence.v
+2
-2
2 additions, 2 deletions
implementation/definitions/maximal_arrival_sequence.v
implementation/facts/maximal_arrival_sequence.v
+1
-1
1 addition, 1 deletion
implementation/facts/maximal_arrival_sequence.v
with
3 additions
and
3 deletions
implementation/definitions/maximal_arrival_sequence.v
+
2
−
2
View file @
6e21d33c
...
...
@@ -50,12 +50,12 @@ Section MaximalArrivalSequence.
The high-level idea is as follows. Let us assume that the length of
the arrival prefix is [Δ]. To preserve the sub-additive property, one
needs to go through all suffixes of the arrival prefix an pick
needs to go through all suffixes of the arrival prefix an
d
pick
the minimum. *)
Definition
jobs_remaining
(
arr_prefix
:
seq
nat
)
:=
supremum
leq
[
seq
(
max_arrivals
tsk
Δ
.
+
1
-
suffix_sum
arr_prefix
Δ
)
|
Δ
<-
iota
0
(
size
arr_prefix
).
+
1
]
.
(** Further, We define function [next_max_arrival] to handle a special
(** Further, We define
the
function [next_max_arrival] to handle a special
case: when the arrival prefix is empty, the function returns the value
of the arrival curve with a window length of [1]. Otherwise, it
returns the number the number of jobs that can additionally be
...
...
This diff is collapsed.
Click to expand it.
implementation/facts/maximal_arrival_sequence.v
+
1
−
1
View file @
6e21d33c
...
...
@@ -51,7 +51,7 @@ Section MaximalArrivalSequence.
/\
job_arrival
j
=
t
/\
job_cost
j
<=
task_cost
tsk
.
(** Finally, we assume that all job generated by [generate_jobs_at] are unique. *)
(** Finally, we assume that all job
s
generated by [generate_jobs_at] are unique. *)
Hypothesis
H_jobs_unique
:
forall
(
t1
t2
:
instant
),
uniq
(
arrivals_between
(
concrete_arrival_sequence
generate_jobs_at
ts
)
t1
t2
)
.
...
...
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