Functions source code

47 views
Skip to first unread message

Andrea Zatti

unread,
May 2, 2024, 3:57:08 AMMay 2
to sage-support

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 using the search_src() function, I receive the following warning message: “Warning: the Sage documentation is not available”.

Could you kindly guide me to where I can find the source code of these functions?

I appreciate your assistance in advance.

Best regards.

David Joyner

unread,
May 2, 2024, 4:46:59 AMMay 2
to sage-s...@googlegroups.com
If your graph is, say, Gamma = graphs.CycleGraph(3), then try
Gamma.is_isomorphic?
for the docstring and try
Gamma.is_isomorphic??
for the docstring and source code.
Do these work for you?



>
> I appreciate your assistance in advance.
>
> Best regards.
>
> --
> You received this message because you are subscribed to the Google Groups "sage-support" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to sage-support...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/sage-support/66ff4e07-3709-4f18-9284-4db97b40c269n%40googlegroups.com.

Vincent Delecroix

unread,
May 2, 2024, 2:56:19 PMMay 2
to sage-s...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages