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
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
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