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
Merge requests
!58
minor fix: remove erroneous coqdoc formatting syntax
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
minor fix: remove erroneous coqdoc formatting syntax
doc-fix
into
master
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Björn Brandenburg
requested to merge
doc-fix
into
master
5 years ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Compare
master
version 1
6973a402
5 years ago
master (base)
and
latest version
latest version
6fdac7b1
1 commit,
5 years ago
version 1
6973a402
1 commit,
5 years ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
restructuring/analysis/basic_facts/completion.v
+
2
−
2
Options
@@ -71,8 +71,8 @@ Section CompletionFacts.
Qed
.
(** Consequently, if we have a have processor model where scheduled jobs
*
necessarily receive service, we can conclude that scheduled jobs have
*
remaining positive cost. *)
necessarily receive service, we can conclude that scheduled jobs have
remaining positive cost. *)
(** Assume a scheduled job always receives some positive service. *)
Hypothesis
H_scheduled_implies_serviced
:
ideal_progress_proc_model
PState
.
Loading