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
9effe561
Commit
9effe561
authored
9 years ago
by
Felipe Cerqueira
Browse files
Options
Downloads
Patches
Plain Diff
Before changing R >= e_k
parent
31f6b3ee
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
BertognaResponseTimeDefs.v
+193
-253
193 additions, 253 deletions
BertognaResponseTimeDefs.v
ResponseTimeDefs.v
+1
-3
1 addition, 3 deletions
ResponseTimeDefs.v
with
194 additions
and
256 deletions
BertognaResponseTimeDefs.v
+
193
−
253
View file @
9effe561
This diff is collapsed.
Click to expand it.
ResponseTimeDefs.v
+
1
−
3
View file @
9effe561
...
@@ -135,7 +135,7 @@ Module ResponseTime.
...
@@ -135,7 +135,7 @@ Module ResponseTime.
Variable
job_task
:
Job
->
sporadic_task
.
Variable
job_task
:
Job
->
sporadic_task
.
Context
{
arr_seq
:
arrival_sequence
Job
}
.
Context
{
arr_seq
:
arrival_sequence
Job
}
.
(*
Assume a
task with at least one job that arrives in this set. *)
(*
Consider any
task with at least one job that arrives in this set. *)
Variable
tsk
:
sporadic_task
.
Variable
tsk
:
sporadic_task
.
Hypothesis
job_of_tsk_exists
:
Hypothesis
job_of_tsk_exists
:
exists
j
:
JobIn
arr_seq
,
job_task
j
=
tsk
.
exists
j
:
JobIn
arr_seq
,
job_task
j
=
tsk
.
...
@@ -148,8 +148,6 @@ Module ResponseTime.
...
@@ -148,8 +148,6 @@ Module ResponseTime.
(*... that satisfies the following properties: *)
(*... that satisfies the following properties: *)
Hypothesis
H_jobs_must_arrive_to_execute
:
Hypothesis
H_jobs_must_arrive_to_execute
:
jobs_must_arrive_to_execute
sched
.
jobs_must_arrive_to_execute
sched
.
Hypothesis
H_completed_jobs_dont_execute
:
completed_jobs_dont_execute
job_cost
rate
sched
.
Hypothesis
H_no_parallelism
:
Hypothesis
H_no_parallelism
:
jobs_dont_execute_in_parallel
sched
.
jobs_dont_execute_in_parallel
sched
.
Hypothesis
H_rate_at_most_one
:
Hypothesis
H_rate_at_most_one
:
...
...
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