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
cc1596a1
Commit
cc1596a1
authored
9 years ago
by
Felipe Cerqueira
Browse files
Options
Downloads
Patches
Plain Diff
Fix compilation error
parent
e74a474d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
WorkloadDefs.v
+4
-2
4 additions, 2 deletions
WorkloadDefs.v
with
4 additions
and
2 deletions
WorkloadDefs.v
+
4
−
2
View file @
cc1596a1
...
...
@@ -1176,7 +1176,9 @@ Module Workload.
}
apply
(
leq_trans
MUL
)
in
DIST
.
apply
leq_trans
with
(
p
:=
t1
+
delta
-
t1
)
in
DIST
;
last
by
admit
.
rewrite
addnC
-
addnBA
//
subnn
addn0
in
DIST
.
unfold
admit
.
}
(*unfold
DIST) in MUL.
rewrite -(ltn_pmul2r 1) in LTnk.
rewrite -(leq_add2r (task_period tsk)) in DIST.
...
...
@@ -1238,7 +1240,7 @@ Module Workload.
by rewrite /= -{1}[\sum_(_ <= _ < _) _]addn0 leq_add2l.
}
}
}
}
*)
(* If n_k = num_jobs - 1, then we just need to prove that the
extra term with min() suffices to bound the workload. *)
...
...
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