Skip to content
Snippets Groups Projects
Commit 73ea8320 authored by Maxime Lesourd's avatar Maxime Lesourd Committed by Björn Brandenburg
Browse files

Renaming in arrival_sequence.v

parent d72908b6
No related branches found
No related tags found
1 merge request!22Naming conventions
......@@ -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 ArrivalSequenceDef.
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 ArrivalSequenceDef.
End ArrivalSequence.
(* Next, we define properties of jobs in a given arrival sequence. *)
Section JobProperties.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment