Crease patterns with holes. #39
origamimagiro
started this conversation in
General
Replies: 1 comment
-
|
I've worked on this some. (It's an open problem in this paper proving universality for no holes.) One obvious necessary condition is that the continuous transformation must be possible topologically, i.e., dropping the isometry constraint and just requiring no self intersection. I'm not sure how hard that topological problem is, but I assume it's at least as hard as the unknotting problem which whose best upper bound is NP ∩ coNP. It would be nice to prove equivalence... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Flat-Folder allows crease patterns to have holes (support for which has been recently improved with #38). However, it is worth noting that, for crease patterns with holes, Flat-Folder does not check whether found folded states are reachable without intersection. For example, for the following crease pattern, flat-folder finds four valid states, even though only two are reachable from the unfolded state without self-intersection.

I'm not sure the algorithmic complexity of deciding whether a state is reachable (not that it's particularly high on the priority list anyway), but adding here in case people have thoughts.
Beta Was this translation helpful? Give feedback.
All reactions