Commit c6cdc1b
committed
chore(Combinatorics/SimpleGraph/Coloring): move
This is in preparation of #33313 and other material to come, here's how I imagine the folder to look like:
- `Coloring/VertexColoring.lean` (currently `Coloring.lean`)
- `Coloring/EdgeColoring.lean`
- `Coloring/VertexListColoring.lean`
- `Coloring/EdgeListColoring.lean`
- `Coloring/ChromaticPolynomial.lean`
- `Coloring/EdgeLabeling.lean` (currently `./EdgeLabeling.lean`)
- `Coloring/ConcreteColorings.lean` (currently `./ConcreteColorings.lean`)Coloring.lean to Coloring/VertexColoring.lean (#37525)1 parent 8a623d7 commit c6cdc1b
File tree
7 files changed
+6
-6
lines changed- Mathlib/Combinatorics/SimpleGraph
- Coloring
7 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3483 | 3483 | | |
3484 | 3484 | | |
3485 | 3485 | | |
3486 | | - | |
| 3486 | + | |
3487 | 3487 | | |
3488 | 3488 | | |
3489 | 3489 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments