Ticket #12916 (new enhancement)
Dedekind-MacNeil completion of finite posets
| Reported by: | nthiery | Owned by: | sage-combinat |
|---|---|---|---|
| Priority: | minor | Milestone: | sage-wishlist |
| Component: | combinatorics | Keywords: | |
| Cc: | sage-combinat | Work issues: | |
| Report Upstream: | N/A | Reviewers: | |
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
The title says it all.
See also: http://en.wikipedia.org/wiki/Dedekind%E2%80%93MacNeille_completion
Attachments
Change History
comment:2 in reply to: ↑ 1 Changed 10 months ago by nthiery
Replying to chapoton:
I have made a small patch, in the sage-combinat queue, just using the naive algorithm and therefore not very efficient. Is this useful ? Should I put it here ?
Yes; I would even tend to get it into Sage as a provocation: any expert reading the code will think "yikes, *I* can do sooo much better". And will do it :-)
Changed 9 months ago by chapoton
-
attachment
trac_12916_completion_by_cuts-fc.patch
added
a naive implementation
Note: See
TracTickets for help on using
tickets.

I have made a small patch, in the sage-combinat queue, just using the naive algorithm and therefore not very efficient. Is this useful ? Should I put it here ?