-
-
Notifications
You must be signed in to change notification settings - Fork 493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation on "Generation of trees" is incomplete #39180
Comments
Hello sir, |
See "Various families of graphs" for the documentation of |
OK sir, |
PS I think you should be able to assign yourself to this task. Are you unable to do that from some reason? (Also, being assigned to a task is not required in order to work on it. However, it's a good idea because it can avoid wasted effort by dissuading anyone else from working on it at the same time.) |
I consider "Generation of trees" as an entry point to the subject, and this is where anyone searching for how to generate trees in Sage will likely end up. So, either it should be comprehensive about various ways of generating trees in Sage, or should be renamed to something more specific like "Generation of trees with TreeIterator" or alike. I like the former option better. |
Steps To Reproduce
There exist at least 3 methods of trees generation in Sage:
sage.graphs.trees.TreeIterator()
graphs.trees()
graphs.nauty_gentreeg()
Expected Behavior
Documentation at https://doc.sagemath.org/html/en/reference/graphs/sage/graphs/trees.html should mention all available methods, and possibly explain differences between them.
Actual Behavior
Only the first method is described.
Additional Information
No response
Environment
Checklist
The text was updated successfully, but these errors were encountered: