File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 18
18
matrix :
19
19
image :
20
20
- ' mathcomp/mathcomp-dev:rocq-prover-dev'
21
+ - ' mathcomp/mathcomp:2.4.0-rocq-prover-9.0'
21
22
- ' mathcomp/mathcomp:2.2.0-coq-8.20'
22
- - ' mathcomp/mathcomp:2.2.0-coq-8.19'
23
- - ' mathcomp/mathcomp:2.2.0-coq-8.18'
24
23
- ' mathcomp/mathcomp:2.1.0-coq-8.18'
25
24
fail-fast : false
26
25
steps :
Original file line number Diff line number Diff line change @@ -1051,9 +1051,12 @@ Qed.
1051
1051
1052
1052
(* TODO: why is [simple apply] unable to use the non-instantiated lemmas? *)
1053
1053
(* Hint Resolve in_vsetDV in_vsetDE in_vsetAE in_vsetAV in_vsetAV' : vset. *)
1054
- Set Warnings "-fragile-hint-constr ".
1055
- Local Hint Resolve (@in_vsetDV tm) (@in_vsetDE tm) (@in_vsetAE tm) (@in_vsetAV tm) (@in_vsetAV' tm) : vset.
1056
- Set Warnings "+fragile-hint-constr ".
1054
+ Definition in_vsetDV_tm_ := @in_vsetDV tm.
1055
+ Definition in_vsetDE_tm_ := @in_vsetDE tm.
1056
+ Definition in_vsetAV_tm_ := @in_vsetAV tm.
1057
+ Definition in_vsetAV'_tm_ := @in_vsetAV' tm.
1058
+ Definition in_vsetAE_tm_ := @in_vsetAE tm.
1059
+ Local Hint Resolve in_vsetDV_tm_ in_vsetDE_tm_ in_vsetAE_tm_ in_vsetAV_tm_ in_vsetAV'_tm_ : vset.
1057
1060
1058
1061
Lemma expand_isolated (G : pre_graph) (z : VT) (isG : is_graph G) (isH : is_graph (G \ z)) :
1059
1062
z \in vset G -> edges_at G z = fset0 -> pack G ≃2 pack (G \ z) ∔ lv G z.
You can’t perform that action at this time.
0 commit comments