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

Default facade=True for order_ideals_lattice() #19265

Closed
jm58660 mannequin opened this issue Sep 22, 2015 · 10 comments
Closed

Default facade=True for order_ideals_lattice() #19265

jm58660 mannequin opened this issue Sep 22, 2015 · 10 comments

Comments

@jm58660
Copy link
Mannequin

jm58660 mannequin commented Sep 22, 2015

facade=True is default for posets in general, and at least #17051 was accepted. Hence I suggest changing order_ideals_lattice() to also have that same default.

CC: @nathanncohen @fchapoton

Component: combinatorics

Author: Jori Mäntysalo

Branch/Commit: 097ac4e

Reviewer: Frédéric Chapoton

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

@jm58660 jm58660 mannequin added this to the sage-6.9 milestone Sep 22, 2015
@jm58660 jm58660 mannequin added c: combinatorics labels Sep 22, 2015
@jm58660
Copy link
Mannequin Author

jm58660 mannequin commented Sep 22, 2015

@jm58660
Copy link
Mannequin Author

jm58660 mannequin commented Sep 22, 2015

comment:2

Logical change, I think. Nathann, a review?


New commits:

0759135Change default of facade to true in order_ideals_lattice().

@jm58660
Copy link
Mannequin Author

jm58660 mannequin commented Sep 22, 2015

Commit: 0759135

@jm58660 jm58660 mannequin added the s: needs review label Sep 22, 2015
@nathanncohen
Copy link
Mannequin

nathanncohen mannequin commented Sep 22, 2015

comment:3

Hmmmmmm... I can't say that I don't want to see the end of these non-facade things, but I am not sure that I should be the one to positive-review them, especially for this reason.

In the present case, however, I'd say that the logical change would be to define the default of facade to match the facade status of the actual poset it was built from.

i.e. if you wanted a non-facade poset, you probably want a non-facade order ideal.

I add frederic in Cc, he might have an opinion on this.

Nathann

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Sep 22, 2015

Changed commit from 0759135 to 097ac4e

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Sep 22, 2015

Branch pushed to git repo; I updated commit sha1. New commits:

097ac4eNew default value for facade: None. (=take it from the poset)

@jm58660
Copy link
Mannequin Author

jm58660 mannequin commented Sep 22, 2015

comment:5

Replying to @nathanncohen:

In the present case, however, I'd say that the logical change would be to define the default of facade to match the facade status of the actual poset it was built from.

You are right. I made a new commit according to that.

@fchapoton
Copy link
Contributor

Reviewer: Frédéric Chapoton

@fchapoton
Copy link
Contributor

comment:6

lgtm

@vbraun
Copy link
Member

vbraun commented Oct 14, 2015

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