-
-
Notifications
You must be signed in to change notification settings - Fork 674
Closed
Description
Poset.dual contained a bug:
P = Poset(([1,2],[[1,2]]))
Q = P.dual()
Q.show()
... AssertionError: `self` should be an acyclic graph
The patch contains the solution for this bug as well as new methods
is_lattice
is_isomorphic
is_selfdual
panyushev_complement
panyushev_orbits
CC: @saliola @fchapoton
Component: combinatorics
Keywords: poset, days30
Reviewer: Franco Saliola
Issue created by migration from https://trac.sagemath.org/ticket/10065