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
18ec53fb
Commit
18ec53fb
authored
3 years ago
by
Marco Maida
Browse files
Options
Downloads
Patches
Plain Diff
Fixed warnings
parent
f9ef8745
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
22
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
model/priority/numeric_fixed_priority.v
+1
-1
1 addition, 1 deletion
model/priority/numeric_fixed_priority.v
model/priority/rate_monotonic.v
+1
-1
1 addition, 1 deletion
model/priority/rate_monotonic.v
with
2 additions
and
2 deletions
model/priority/numeric_fixed_priority.v
+
1
−
1
View file @
18ec53fb
...
...
@@ -48,7 +48,7 @@ End Properties.
(** We add the above lemmas into a "Hint Database" basic_facts, so Coq
will be able to apply them automatically. *)
Hint
Resolve
Global
Hint
Resolve
NFP_is_reflexive
NFP_is_transitive
NFP_is_total
...
...
This diff is collapsed.
Click to expand it.
model/priority/rate_monotonic.v
+
1
−
1
View file @
18ec53fb
...
...
@@ -39,7 +39,7 @@ End Properties.
(** We add the above lemmas into a "Hint Database" basic_facts, so Coq
will be able to apply them automatically. *)
Hint
Resolve
Global
Hint
Resolve
RM_is_reflexive
RM_is_transitive
RM_is_total
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
Next
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