Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Sophie Quinton
rt-proofs
Commits
0ff98aca
Commit
0ff98aca
authored
Sep 19, 2018
by
sophie quinton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
replace . with ; in proof
parent
6f47832c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
model/schedule/uni/schedule.v
model/schedule/uni/schedule.v
+3
-3
No files found.
model/schedule/uni/schedule.v
View file @
0ff98aca
...
...
@@ -161,9 +161,9 @@ Module UniprocessorSchedule.
completed_by
job_cost
sched
j
t
->
completed_by
job_cost
sched
j
t'
.
Proof
.
unfold
completed_by
.
move
=>
t
t'
LE
/
eqP
COMPt
.
rewrite
eqn_leq
.
apply
/
andP
;
split
;
first
by
apply
H_completed_jobs
.
rewrite
-
COMPt
.
by
apply
extend_sum
.
unfold
completed_by
;
move
=>
t
t'
LE
/
eqP
COMPt
.
rewrite
eqn_leq
;
apply
/
andP
;
split
;
first
by
apply
H_completed_jobs
.
rewrite
-
COMPt
;
by
apply
extend_sum
.
Qed
.
(* We also prove that a completed job cannot be scheduled. *)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment