Skip to content
Snippets Groups Projects

Support mathcomp 1.11.0 and Coq 8.12

Merged Björn Brandenburg requested to merge coq-8.12 into master
28 files
+ 160
161
Compare changes
  • Side-by-side
  • Inline
Files
28
@@ -355,7 +355,7 @@ Section Abstract_RTA.
@@ -355,7 +355,7 @@ Section Abstract_RTA.
have HH : task_run_to_completion_threshold tsk <= F.
have HH : task_run_to_completion_threshold tsk <= F.
{ move: H_A_F_fixpoint => EQ.
{ move: H_A_F_fixpoint => EQ.
have L1 := relative_arrival_le_interference_bound.
have L1 := relative_arrival_le_interference_bound.
ssromega.
ssrlia.
}
}
apply leq_trans with F; auto.
apply leq_trans with F; auto.
Qed.
Qed.
@@ -367,7 +367,7 @@ Section Abstract_RTA.
@@ -367,7 +367,7 @@ Section Abstract_RTA.
have HH : task_run_to_completion_threshold tsk <= F.
have HH : task_run_to_completion_threshold tsk <= F.
{ move: H_A_F_fixpoint => EQ.
{ move: H_A_F_fixpoint => EQ.
have L1 := relative_arrival_le_interference_bound.
have L1 := relative_arrival_le_interference_bound.
ssromega.
ssrlia.
}
}
by apply leq_trans with (task_run_to_completion_threshold tsk); first rewrite /optimism leq_subr.
by apply leq_trans with (task_run_to_completion_threshold tsk); first rewrite /optimism leq_subr.
Qed.
Qed.
Loading