Re: [sage-support] Functions source code

2024-05-02 Thread Vincent Delecroix
You could also have a look directly online https://github.com/sagemath/sage/blob/develop/src/sage/graphs/generic_graph.py#L24000 On Thu, 2 May 2024 at 10:46, David Joyner wrote: > > On Thu, May 2, 2024 at 3:57 AM Andrea Zatti > wrote: > > > > I am currently engaged in the study of graph theory

Re: [sage-support] Functions source code

2024-05-02 Thread David Joyner
On Thu, May 2, 2024 at 3:57 AM Andrea Zatti wrote: > > I am currently engaged in the study of graph theory for my master’s thesis. > For my work, I need to utilize the functions is_isomorphic and is_subgraph. I > want to gain a deeper understanding of the underlying code for these two > functio

[sage-support] Functions source code

2024-05-02 Thread Andrea Zatti
I am currently engaged in the study of graph theory for my master’s thesis. For my work, I need to utilize the functions is_isomorphic and is_subgraph. I want to gain a deeper understanding of the underlying code for these two functions. However, when I attempt to access the documentation usi