Zulip Chat Archive
Stream: graph theory
Topic: edge coloring
Matthew Ballard (May 08 2023 at 14:04):
@Utku Okur and Alec Helm worked on some results for edge colorings of graphs for a recent graduate class here. The repo is uofsc-spring-2023-math-768-001/project1. The current state of the repo might make your eyes bleed though.
Since @Yaël Dillies asked about this on another thread, I thought I should at least record here.
Kevin Buzzard (May 08 2023 at 14:10):
Is the repo public? Right now the hashtag isn't resolving to anything (for me)
Matthew Ballard (May 08 2023 at 14:16):
Thanks. Fixed.
Matthew Ballard (May 08 2023 at 14:18):
The goal was to do the two bounds in terms of maximal degree. We got
theorem maxDegree_le_edgeChromaticNumber [Fintype V] [DecidableRel G.Adj] [Fintype (edgeSet G)] :
maxDegree G ≤ edgeChromaticNumber G
But not the harder direction. I am not sure if Utku or Alec are planning on working on this.
Last updated: Dec 20 2023 at 11:08 UTC