-
Avoid calling networkx and then converting to sage graphs for generating very simple graphs (Bull graph, Claw Graph, etc.)
CC: @nathanncohen
Component: **graph theory**
Author: **David Coudert**…
-
```
I was just about to roll out my own code for handling graphs when I came
upon this.
Any chance of getting hypergraph support? At least for representation? Thanks
```
Original issue reported on c…
-
```
I was just about to roll out my own code for handling graphs when I came
upon this.
Any chance of getting hypergraph support? At least for representation? Thanks
```
Original issue reported on c…
-
```
I was just about to roll out my own code for handling graphs when I came
upon this.
Any chance of getting hypergraph support? At least for representation? Thanks
```
Original issue reported on c…
-
Hello!
I have a suggestion for a big improvement for the Graph Theoretical module of Sage. Right now I am a not in the proper mood to do it myself so I am leaving this here in case anyone is willin…
-
When trying to come up with a doctest to verify ticket #16404, I stumbled across this error:
```
sage: G = graphs.PetersenGraph()
sage: for u, v in [(0, 1), (0, 4), (0, 5), (1, 2), (1, 6), (3, 4), …
-
I was thinking that, following the proposal and the natural order of things, the first step after choosing the package name is to decide how the model specification will be entered by the user. That's…
-
I'm in a hurry, so I will add the notes me and Cassie each took, and I can sort, interpret, and priorize them later.
From Cassie's Notes:
-~~no way to identify the parent on first view (the relations…
-
Similar to the layout API #725.
A function with two names: `make` and `sample_from`:
``` r
make(ring(10), v_names = letters[1:10])
sample_from(gnp(n = 100, p = 0.1), g_name = "G(n=100, p=0.1)")
```…
-
This will be a short update meeting to discuss progress on the following projects:
#7 Network analysis
#8 Time to completio analysis
#9 Text classification analysis
Please post your progress here, as…