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

implement product of posets #12831

Closed
fchapoton opened this issue Apr 11, 2012 · 6 comments
Closed

implement product of posets #12831

fchapoton opened this issue Apr 11, 2012 · 6 comments

Comments

@fchapoton
Copy link
Contributor

There currently lacks an implementation of the (cartesian) product of posets.

sage: P2=Posets.ChainPoset(2)

sage: P4=Posets.ChainPoset(4)

sage: Q=P2.product(P4)

This should return a poset with 8 elements, with Hasse diagram a 2 x 4 grid.

It would be nice to have a fast enough procedure for this.

Depends on #12770

CC: @fchapoton @sagetrac-sage-combinat

Component: combinatorics

Keywords: poset, product

Author: Frédéric Chapoton

Reviewer: Itai Bar-Natan

Merged: sage-5.1.beta1

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

@fchapoton
Copy link
Contributor Author

Dependencies: #12770

@fchapoton
Copy link
Contributor Author

comment:3

Some typos need to be corrected..

@fchapoton
Copy link
Contributor Author

Attachment: trac_12831-product_of_posets-fc.patch.gz

@fchapoton
Copy link
Contributor Author

Author: Frédéric Chapoton

@fchapoton fchapoton modified the milestones: sage-5.0, sage-5.1 Apr 20, 2012
@jdemeyer
Copy link

jdemeyer commented May 7, 2012

Reviewer: Itai Bar-Natan

@jdemeyer
Copy link

Merged: sage-5.1.beta1

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

2 participants