Skip to content

Commit

Permalink
feat Port/Combinatorics.SimpleGraph.Coloring (#2526)
Browse files Browse the repository at this point in the history



Co-authored-by: Kyle Miller <kmill31415@gmail.com>
  • Loading branch information
arienmalec and kmill committed Feb 28, 2023
1 parent 127bbb2 commit 03cb3af
Show file tree
Hide file tree
Showing 2 changed files with 466 additions and 0 deletions.
1 change: 1 addition & 0 deletions Mathlib.lean
Expand Up @@ -324,6 +324,7 @@ import Mathlib.Combinatorics.SetFamily.LYM
import Mathlib.Combinatorics.SetFamily.Shadow
import Mathlib.Combinatorics.SimpleGraph.Basic
import Mathlib.Combinatorics.SimpleGraph.Clique
import Mathlib.Combinatorics.SimpleGraph.Coloring
import Mathlib.Combinatorics.SimpleGraph.Density
import Mathlib.Combinatorics.SimpleGraph.Regularity.Equitabilise
import Mathlib.Combinatorics.SimpleGraph.StronglyRegular
Expand Down

0 comments on commit 03cb3af

Please sign in to comment.