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
3976c6b3
Commit
3976c6b3
authored
6 months ago
by
Björn Brandenburg
Browse files
Options
Downloads
Patches
Plain Diff
fix grammar in comment
parent
8e03a362
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#106202
passed
6 months ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
model/task/concept.v
+1
-1
1 addition, 1 deletion
model/task/concept.v
with
1 addition
and
1 deletion
model/task/concept.v
+
1
−
1
View file @
3976c6b3
...
...
@@ -72,7 +72,7 @@ Section ModelValidity.
Definition
valid_job_cost
j
:=
job_cost
j
<=
task_cost
(
job_task
j
)
.
(** Every job ha
ve
a valid job cost *)
(** Every job ha
s
a valid job cost
.
*)
Definition
jobs_have_valid_job_costs
:=
forall
j
,
valid_job_cost
j
.
...
...
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