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
64e0d9ae
Commit
64e0d9ae
authored
5 years ago
by
Björn Brandenburg
Browse files
Options
Downloads
Patches
Plain Diff
remove unneeded `Require Import` statements in rt.util
Related issue:
#37
parent
2e088364
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!70
Require removal and model cleanup, part 1
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
util/div_mod.v
+1
-2
1 addition, 2 deletions
util/div_mod.v
util/minmax.v
+1
-1
1 addition, 1 deletion
util/minmax.v
util/nat.v
+1
-1
1 addition, 1 deletion
util/nat.v
util/nondecreasing.v
+3
-5
3 additions, 5 deletions
util/nondecreasing.v
util/sum.v
+2
-4
2 additions, 4 deletions
util/sum.v
with
8 additions
and
13 deletions
util/div_mod.v
+
1
−
2
View file @
64e0d9ae
Require
Import
rt
.
util
.
ssromega
rt
.
util
.
nat
.
Require
Export
rt
.
util
.
nat
.
From
mathcomp
Require
Import
ssreflect
ssrbool
eqtype
ssrnat
seq
fintype
bigop
div
.
...
...
This diff is collapsed.
Click to expand it.
util/minmax.v
+
1
−
1
View file @
64e0d9ae
Require
Im
port
rt
.
util
.
tactics
rt
.
util
.
notation
rt
.
util
.
nat
rt
.
util
.
list
.
Require
Ex
port
rt
.
util
.
notation
rt
.
util
.
nat
rt
.
util
.
list
.
From
mathcomp
Require
Import
ssreflect
ssrbool
eqtype
ssrnat
seq
fintype
bigop
.
(* Additional lemmas about max. *)
...
...
This diff is collapsed.
Click to expand it.
util/nat.v
+
1
−
1
View file @
64e0d9ae
Require
Im
port
rt
.
util
.
tactics
rt
.
util
.
ssromega
.
Require
Ex
port
rt
.
util
.
tactics
rt
.
util
.
ssromega
.
From
mathcomp
Require
Import
ssreflect
ssrbool
eqtype
ssrnat
seq
fintype
bigop
div
.
(* Additional lemmas about natural numbers. *)
...
...
This diff is collapsed.
Click to expand it.
util/nondecreasing.v
+
3
−
5
View file @
64e0d9ae
Require
Import
rt
.
util
.
epsilon
.
Require
Import
rt
.
util
.
nat
.
Require
Import
rt
.
util
.
list
.
Require
Import
rt
.
util
.
tactics
.
Require
Import
rt
.
util
.
ssromega
.
Require
Export
rt
.
util
.
epsilon
.
Require
Export
rt
.
util
.
nat
.
Require
Export
rt
.
util
.
list
.
From
mathcomp
Require
Import
ssreflect
ssrbool
ssrfun
eqtype
ssrnat
seq
fintype
bigop
.
(** * Non-Decreasing Sequence and Distances *)
...
...
This diff is collapsed.
Click to expand it.
util/sum.v
+
2
−
4
View file @
64e0d9ae
Require
Import
rt
.
util
.
tactics
.
Require
Import
rt
.
util
.
notation
.
Require
Import
rt
.
util
.
nat
.
Require
Import
rt
.
util
.
ssromega
.
Require
Export
rt
.
util
.
notation
.
Require
Export
rt
.
util
.
nat
.
From
mathcomp
Require
Import
ssreflect
ssrbool
eqtype
ssrnat
seq
fintype
bigop
path
.
...
...
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