Skip to content
Snippets Groups Projects
Commit 631a3fdf authored by Sergey Bozhko's avatar Sergey Bozhko :eyes: Committed by Björn Brandenburg
Browse files

fix description in behavior/job.v

parent 795e584a
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ Definition work := nat.
(** Definition of a generic type of parameter relating jobs to a discrete cost. *)
Class JobCost (Job : JobType) := job_cost : Job -> work.
(** Definition of a generic type of parameter for job_arrival. *)
(** Definition of a generic type of parameter relating jobs to an arrival time. *)
Class JobArrival (Job : JobType) := job_arrival : Job -> instant.
(** Definition of a generic type of parameter relating jobs to an absolute deadline. *)
......
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