Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

May be able to do some decomposition even with twin tiles #15

Open
bernardosulzbach opened this issue Jan 21, 2020 · 0 comments
Open

May be able to do some decomposition even with twin tiles #15

bernardosulzbach opened this issue Jan 21, 2020 · 0 comments
Labels
analysis An idea still being considered enhancement New feature or request

Comments

@bernardosulzbach
Copy link
Owner

bernardosulzbach commented Jan 21, 2020

If two disjoint components C1 and C2 are connected through twin tiles, finding an optimal solution that leaves all C1 twin tiles down, called S(C1, 0), and an optimal solution that leaves at least one C1 twin tile up, called S(C1, 1), is all the work we need to do for C1.

This seems to be true because one element from {S(C1, 0), S(C1, 1)} x {S(C2, 0), S(C2, 1)} will solve both components optimally. This happens because moves in a component can only affect the twin tiles of the other components.


This is very much an embryo of an idea. I don't know how to prove whether or not it works.


In time, I am unsure about this. The solution for C1 changes C2 if they are linked, so the order might matter. In the end, this might be about finding an invariant about the twin tiles.

@bernardosulzbach bernardosulzbach added enhancement New feature or request analysis An idea still being considered labels Jan 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analysis An idea still being considered enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant