On Thu, May 2, 2024 at 3:57 AM Andrea Zatti <andrea.zatti....@gmail.com> 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 
> 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?

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+unsubscr...@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.

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/CAEQuuAXJc2QRRfUuAanDPbkg_0Xr5RK9etVdxwjwp6fC_MWb2A%40mail.gmail.com.

Reply via email to