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
41717e83
Commit
41717e83
authored
5 years ago
by
Maxime Lesourd
Committed by
Björn Brandenburg
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
move job_cost to job.v
parent
1e4bc527
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!22
Naming conventions
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
restructuring/behavior/job.v
+4
-0
4 additions, 0 deletions
restructuring/behavior/job.v
restructuring/behavior/schedule/schedule.v
+0
-4
0 additions, 4 deletions
restructuring/behavior/schedule/schedule.v
with
4 additions
and
4 deletions
restructuring/behavior/job.v
+
4
−
0
View file @
41717e83
...
...
@@ -3,3 +3,7 @@ From mathcomp Require Export eqtype.
(* Throughout the library we assume that jobs have decidable equality *)
Definition
JobType
:=
eqType
.
(* Definition of a generic type of parameter relating jobs to a discrete cost *)
Class
JobCost
(
J
:
JobType
)
:=
job_cost
:
J
->
nat
.
This diff is collapsed.
Click to expand it.
restructuring/behavior/schedule/schedule.v
+
0
−
4
View file @
41717e83
...
...
@@ -22,10 +22,6 @@ Class ProcessorState (Job : eqType) (State : Type) :=
(* A schedule maps an instant to a processor state *)
Definition
schedule
(
PState
:
Type
)
:=
instant
->
PState
.
(* Definition of a generic type of parameter relating jobs to a discrete cost *)
Class
JobCost
(
J
:
JobType
)
:=
job_cost
:
J
->
nat
.
Section
Schedule
.
Context
{
Job
:
eqType
}
{
PState
:
Type
}
.
Context
`{
ProcessorState
Job
PState
}
.
...
...
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