Skip to content
Snippets Groups Projects
Commit 9d3ace87 authored by Björn Brandenburg's avatar Björn Brandenburg
Browse files

silence warning

parent eb8f4172
No related branches found
No related tags found
1 merge request!317Remove ideal assumption from aRTA-seq and generalize proof [task_IBF -> job_IBF]
......@@ -294,8 +294,8 @@ Section BusyIntervalExistence.
have NEQ: t1 <= job_arrival j < t2.
{ apply/andP; split=> [//|].
rewrite ltnNge; apply/negP => CONTR.
move: (PREFIX) => [_ [_ [NQT _]]].
move: (NQT t2) => {NQT} NQT.
have [_ [_ [NQT _]]] := PREFIX.
have {}NQT := NQT t2.
feed NQT; first by (apply/andP; split; [|rewrite ltnS]).
by apply: NQT; apply/quiet_time_P. }
exists t2; split=> [//|]; split.
......
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