Dan Schult

Results 540 comments of Dan Schult

While we're at it, the names T1_out and T2_out should be changed toe T1_tilde and T2_tilde in the modules candidates.py, and state.py tests/test_candidates.py and some doc_strings in vf2pp.py and feasibility.py....

Many of the readwrite formats allow: `read_*`, `parse_*`, `write_*`, `generate_*` with "parse" and "generate" constructing the string while "read" and "write" putting the string into a file. Another questions with...

Another API choice of Adigraph is that it stores many graphs and writes them each in a separate subfigure within a figure environment. I am assuming this is better than...

@LucaCappelletti94 I'm confused about the difference between "weight" and "label" for edges in adigraph. The pdf documentation file seems to suggest that the presence of a label means that the...

@LucaCappelletti94 I've got some more questions for you about Adigraph. :} - What are the possible values of `style`? The pdf documentation has `""`, `"-"` and `"dashed"` (each put inside...

Awesome-- Thanks. Is there a good link to docs for what tikz accepts? :} That'd be too easy, I know... :}

Probably the best link for the docs for tikz styles and label positions is: https://tikz.dev/ and in particular for node and edge attributes: https://tikz.dev/tikz-shapes The most general answer is that...

That potentially interesting link shows code which uses a package `dot2tex`. So, it looks like a possible path to get to latex files is to use pygraphviz to turn a...

Hee hee... Yes! It sounds like it is time to write a paper! :}

I thought I had found Harmonic Diameter discussed on Wikipedia. But apparently not. So, I am not as sure about this PR as I was. And I have found the...