SupposeNot / RAMP

Research Assistant for Maps and Polytopes
4 stars 0 forks source link

Add UpToDuality command for lists #107

Closed CunningGabe closed 1 year ago

CunningGabe commented 2 years ago

UpToDuality(L) would return a new list such that if M is in L, then Dual(M) is not in L. e.g... `gap> UpToDuality(Cube(3), Simplex(3), CrossPolytope(3));

[Cube(3), Simplex(3)] `

CunningGabe commented 1 year ago

Done in 75ae6d4e6678ac658d28f254890735146a4f5dd2.