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
1d1fe891
Commit
1d1fe891
authored
3 weeks ago
by
Björn Brandenburg
Browse files
Options
Downloads
Patches
Plain Diff
fix comment
parent
d907c61a
No related branches found
No related tags found
No related merge requests found
Pipeline
#117639
passed
3 weeks ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
analysis/definitions/finish_time.v
+1
-1
1 addition, 1 deletion
analysis/definitions/finish_time.v
with
1 addition
and
1 deletion
analysis/definitions/finish_time.v
+
1
−
1
View file @
1d1fe891
...
@@ -45,7 +45,7 @@ Section JobFinishTime.
...
@@ -45,7 +45,7 @@ Section JobFinishTime.
Definition
finish_time
:
instant
:=
ex_minn
job_finishes
.
Definition
finish_time
:
instant
:=
ex_minn
job_finishes
.
(** In the following, we demonstrate the reuse of [ex_minn] properties by
(** In the following, we demonstrate the reuse of [ex_minn] properties by
establishing t
wo
natural properties of a job's finish time. *)
establishing t
hree
natural properties of a job's finish time. *)
(** First, a job is indeed complete at its finish time. *)
(** First, a job is indeed complete at its finish time. *)
Corollary
finished_at_finish_time
:
completed_by
sched
j
finish_time
.
Corollary
finished_at_finish_time
:
completed_by
sched
j
finish_time
.
...
...
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