Zulip Chat Archive

Stream: mathlib4

Topic: Refactoring the graph theory library


Jeremy Tan (Jan 31 2024 at 01:38):

I have already made some PRs splitting the monolithic Combinatorics.SimpleGraph.Basic into smaller pieces. #10123 continues that by splitting out "finite" parts; would like review/merge.

Later on I plan to split .Connectivity into its several concepts of walk, trail, path and cycle.

Jeremy Tan (Jan 31 2024 at 01:46):

(But I can't do the latter now because the former will change the dependencies substantially)

Yury G. Kudryashov (Jan 31 2024 at 05:03):

Please tag the authors of the files you're splitting.

Jeremy Tan (Jan 31 2024 at 05:44):

@Kyle Miller :up: @Aaron Anderson @Alena Gusakov

Jeremy Tan (Feb 07 2024 at 03:25):

#10312 continues the refactor by splitting out darts @Kyle Miller

Jeremy Tan (Feb 07 2024 at 11:50):

#10329 is the big one!

Jeremy Tan (Feb 07 2024 at 23:45):

@Kyle Miller :up:


Last updated: May 02 2025 at 03:31 UTC