Zulip Chat Archive

Stream: new members

Topic: graph theory


Barrie Cooper (Jul 30 2021 at 15:35):

Barrie Cooper said:

Hi. I'm new to Zulip and fairly new to Lean. I've been coding up some definitions and theorems on (multi)graphs, morphisms and isomorphisms from my 3rd-year course with the vague aim of getting students to play with some of these (e.g. as a "graphs game" like the natural number game). Thanks to all for the inspiring work you've done so far.

Anyway, if anyone is interested my approach is here: https://github.com/barriecooper/lean-graphs/. Feedback is very welcome (like I said, I'm fairly new to Lean). Thanks also to my colleague Gihan Marasingha for encouraging me to post something here.

Johan Commelin (Jul 30 2021 at 16:33):

@Barrie Cooper Welcome to zulip! I'm not a graph theory expert. But it's great to see that this corner of mathematics now has quite some representation in the community.

Barrie Cooper (Jul 30 2021 at 16:35):

Thanks - I'm looking forward to all the developments :)

Patrick Massot (Jul 30 2021 at 16:36):

Indeed there are people who are interested in graph theory in this community, but maybe they are not around today.

Mario Carneiro (Jul 30 2021 at 16:43):

Note the stream in particular: #graph theory

Esteban Estupinan (Aug 24 2021 at 16:23):

hi someone knows, Does anyone know of any easy-to-use software package to analyze graph theory?

Yakov Pechersky (Aug 24 2021 at 16:24):

Python has networkx

Esteban Estupinan (Aug 24 2021 at 16:26):

yes but it not contain an algorithm related to Hamiltonian paths, that's why I was looking at some other option

Eric Wieser (Aug 24 2021 at 19:10):

Citation needed: https://networkx.org/documentation/stable/reference/algorithms/generated/networkx.algorithms.tournament.hamiltonian_path.html#networkx.algorithms.tournament.hamiltonian_path


Last updated: Dec 20 2023 at 11:08 UTC