Improve states output format #21
origamimagiro
started this conversation in
Ideas
Replies: 1 comment
-
|
I think the best visualization for most origamists would be an exploded view of the model in different states but that would be very difficult to implement. Short of that, I think cross-sections would be helpful. I made some for discussion #20 and would like to show them here too: |
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.
-
Currently, we compute and store each assignment found for each component in an array. We should be able to considerably compress this output by storing a decision tree instead, only storing each guess list once, preferably branching on larger guess lists first. May also be able to use such information to identify other components that are disconnected. This discussion is for identifying and evaluating possible output structures. We would want to be able to store both branching to different incompatible assignments, as well as to components that can be assigned independently.
Beta Was this translation helpful? Give feedback.
All reactions