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] Error building Sage, scipy 1.12

2024-05-02 Thread Dima Pasechnik
just in case, it could in principle also be low (virtual) disk allocated to WSL. On Thu, May 2, 2024 at 4:49 PM matteo verni wrote: > > Hi Jan, thanks for your help. > > I double checked: the memory allocated is 3.7 gb. Is that not enough? > By the way, I run it again and gave me the same Error >

Re: [sage-support] Error building Sage, scipy 1.12

2024-05-02 Thread matteo verni
Hi Jan, thanks for your help. I double checked: the memory allocated is 3.7 gb. Is that not enough? By the way, I run it again and gave me the same Error Il giorno giovedì 2 maggio 2024 alle 12:12:31 UTC+2 Jan Groenewald ha scritto: > Hi > > Double check your allocated RAM. > (It looks like an

Re: [sage-support] Error building Sage, scipy 1.12

2024-05-02 Thread Jan Groenewald
Hi Double check your allocated RAM. (It looks like an out-of-memory error.) Regards, Jan On Thu, 2 May 2024 at 10:51, matteo verni wrote: > Error message while building Sage. Below are the last few lines the > terminal produced. Attached you have a muchbigger chunk of the log. Thank > you in a

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