Open
Description
Steps To Reproduce
There exist at least 3 methods of trees generation in Sage:
- via
sage.graphs.trees.TreeIterator()
- via
graphs.trees()
- via
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
- OS: N/A
- Sage Version: 10.6.beta1
Checklist
- I have searched the existing issues for a bug report that matches the one I want to file, without success.
- I have read the documentation and troubleshoot guide
Activity