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
8f68244f
Commit
8f68244f
authored
3 years ago
by
Pierre Roux
Committed by
Björn Brandenburg
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Remove sequential readiness Global Instance
parent
4eeed561
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
model/readiness/sequential.v
+5
-6
5 additions, 6 deletions
model/readiness/sequential.v
with
5 additions
and
6 deletions
model/readiness/sequential.v
+
5
−
6
View file @
8f68244f
...
@@ -27,12 +27,11 @@ Section SequentialTasksReadiness.
...
@@ -27,12 +27,11 @@ Section SequentialTasksReadiness.
(* A job [j] is ready at a time instant [t] iff all jobs from task
(* A job [j] is ready at a time instant [t] iff all jobs from task
[job_task j] that arrived earlier than job [j] are already
[job_task j] that arrived earlier than job [j] are already
completed by time [t]. *)
completed by time [t]. *)
Global
Program
Instance
sequential_ready_instance
:
JobReady
Job
PState
:=
#[
local
,
program
]
Instance
sequential_ready_instance
:
JobReady
Job
PState
:=
{
{
job_ready
sched
j
t
:=
job_ready
sched
j
t
:=
pending
sched
j
t
&&
pending
sched
j
t
&&
prior_jobs_complete
arr_seq
sched
j
t
prior_jobs_complete
arr_seq
sched
j
t
}
.
}
.
Next
Obligation
.
by
move
:
H2
=>
/
andP
[]
.
Qed
.
Next
Obligation
.
by
move
:
H2
=>
/
andP
[]
.
Qed
.
End
SequentialTasksReadiness
.
End
SequentialTasksReadiness
.
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