Skip to content
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

graphs: generate trees #1309

Closed
jasongrout opened this issue Nov 28, 2007 · 3 comments
Closed

graphs: generate trees #1309

jasongrout opened this issue Nov 28, 2007 · 3 comments

Comments

@jasongrout
Copy link
Member

From Chris Godsil's wishlist (with final reply by Robert Miller):

> 
>>> A database of trees, or a generator for trees. I think it would be
>>> reasonably
>>> straightforward to generate rooted trees, and hence get trees. The
>>> generators
>>> would be more useful than the database. It is not impossible that
>>> something
>>> in the nauty package generates trees.
> If you look into the code that graphs(7) calls, you will notice that
> you can pass it any vertex-hereditary property, including being a
> tree. So in some sense, this is already implemented. However, this
> could be its own constructor, and more importantly, I know of a way to
> optimize the generation of trees to go much faster than it would with
> what I described above. Create a ticket, and assign it to me.
> 

Component: combinatorics

Issue created by migration from https://trac.sagemath.org/ticket/1309

@jasongrout jasongrout changed the title [graphs] generate trees graphs: generate trees Nov 29, 2007
@rlmill
Copy link
Mannequin

rlmill mannequin commented Dec 2, 2007

comment:3

There are still significant bugs from the patch from

#1361

that I am working on now. I discovered them while implementing this ticket, so the fixes will be in the patch for this.

@rlmill rlmill mannequin added this to the sage-2.8.15 milestone Dec 2, 2007
@rlmill rlmill mannequin removed the t: feature label Dec 2, 2007
@rlmill
Copy link
Mannequin

rlmill mannequin commented Dec 3, 2007

Attachment: trees.patch.gz

@sagetrac-mabshoff
Copy link
Mannequin

sagetrac-mabshoff mannequin commented Dec 3, 2007

comment:5

Merged in 2.8.15.rc0.

@sagetrac-mabshoff sagetrac-mabshoff mannequin closed this as completed Dec 3, 2007
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant