Implement taco-taco and taco-tortilla validity checks #47
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The pocket slice, deferred from #28 (design §8). PR1 (#26/#40) made edges first-class with per-edge
left/rightadjacency, and PR2 (#43) addedneighbors/crease_piece_on_face— so the crease-adjacency these checks need is now available.Fold_state.validity_errorcurrently does only acyclicity + tortilla-tortilla; taco-taco and taco-tortilla are still unimplemented.Add them on top of the edge adjacency, with error messages naming the offending faces/creases, and example
.belprograms that trip each check.