SupposeNot / RAMP

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

Add some support for building maniplexes from a common name/notation #141

Closed CunningGabe closed 1 year ago

CunningGabe commented 2 years ago

Some examples:

RefMan("{4,6}4") RefMan("{4, 4 | 3}") RefMan("{3,6}{(1,2), (2,7)}")

These all have other methods that someone could input them, but it would be nice to make it really easy to work with common things.

We can start with some of the basics like those above, and then expand as we think of other common notations.

CunningGabe commented 2 years ago

Also add: Octahedron(), Tetrahedron(), etc.

CunningGabe commented 2 years ago

Octahedron and Tetrahedron are now present. Punting the rest for now.

CunningGabe commented 2 years ago

Partially done in a7a4071592db3f157fb63794fd7914d9085236bf. I still may add support for torus maps.

CunningGabe commented 1 year ago

It would be a pain to detect the torus map notation and differentiate it from the zigzag notation. Since we already have ToroidalMap44 etc, I'm closing this.