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
73ea8320
Commit
73ea8320
authored
5 years ago
by
Maxime Lesourd
Committed by
Björn Brandenburg
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Renaming in arrival_sequence.v
parent
d72908b6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!22
Naming conventions
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
behavior/arrival/arrival_sequence.v
+2
-2
2 additions, 2 deletions
behavior/arrival/arrival_sequence.v
with
2 additions
and
2 deletions
behavior/arrival/arrival_sequence.v
+
2
−
2
View file @
73ea8320
...
...
@@ -5,7 +5,7 @@ From rt.util Require Import notation.
(* Definitions and properties of job arrival sequences. *)
(* We begin by defining a job arrival sequence. *)
Section
ArrivalSequence
Def
.
Section
ArrivalSequence
.
(* Given any job type with decidable equality, ... *)
Variable
Job
:
JobType
.
...
...
@@ -13,7 +13,7 @@ Section ArrivalSequenceDef.
(* ..., an arrival sequence is a mapping from any time to a (finite) sequence of jobs. *)
Definition
arrival_sequence
:=
instant
->
seq
Job
.
End
ArrivalSequence
Def
.
End
ArrivalSequence
.
(* Next, we define properties of jobs in a given arrival sequence. *)
Section
JobProperties
.
...
...
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