-
Notifications
You must be signed in to change notification settings - Fork 4
/
_CoqProject
66 lines (58 loc) · 1.61 KB
/
_CoqProject
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
-arg -w -arg -notation-overridden
-arg -w -arg -redundant-canonical-projection
-arg -w -arg -projection-no-head-constant
-arg -w -arg -duplicate-clear
-arg -w -arg -elpi.add-const-for-axiom-or-sectionvar
-arg -w -arg -ambiguous-paths
-Q theories GraphTheory
## preliminary modules
theories/core/edone.v
theories/core/bounded.v
theories/core/preliminaries.v
theories/core/setoid_bigop.v
theories/core/finmap_plus.v
theories/core/set_tac.v
theories/core/bij.v
theories/core/finite_quotient.v
theories/core/equiv.v
theories/core/arc.v
## general purpose graph library (JAR19)
theories/core/digraph.v
theories/core/sgraph.v
theories/core/helly.v
theories/core/connectivity.v
theories/core/treewidth.v
theories/core/minor.v
theories/core/excluded.v
theories/core/checkpoint.v
theories/core/cp_minor.v
theories/core/smerge.v #(ITP 21)
## soundness and completeness for 2pdom (CPP20)
theories/core/structures.v
theories/core/mgraph.v
theories/core/pttdom.v
theories/core/mgraph2.v
theories/core/rewriting.v
theories/core/reduction.v
theories/core/open_confluence.v
theories/core/transfer.v
theories/core/completeness.v
## extraction for of 2p terms from TW2 graphs (ITP18 / JAR19)
theories/core/ptt.v
theories/core/skeleton.v
theories/core/mgraph2_tw2.v
theories/core/extraction_def.v
theories/core/extraction_iso.v
theories/core/extraction_top.v
## Domination Theory
theories/core/dom.v
## Graph Coloring
theories/core/partition.v
theories/core/coloring.v
theories/core/wpgt.v
## Kuratowski's/Wagner's theorem (ITP 21)
theories/planar/hmap_ops.v
theories/planar/hcycle.v
theories/planar/embedding.v
theories/planar/K4plane.v
theories/planar/wagner.v