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

Removing the no_factors option on tiling #149

Open
enadeau opened this issue Jun 4, 2020 · 3 comments
Open

Removing the no_factors option on tiling #149

enadeau opened this issue Jun 4, 2020 · 3 comments

Comments

@enadeau
Copy link
Member

enadeau commented Jun 4, 2020

I think it makes no sense to have a no_factor option on the monotone tree verification strategy. In fact in the current state the enumeration algorithm won't say a tiling is verified if it has more than one factor. I think if we have a monotone "forest" we should let the local verification handle that.

If we agree on that then the pack for this strategy should be focused on pulling out monotone leaves using interleaving factor.

@christianbean
Copy link
Member

I agree with this, it is on my todo list to implement the enumeration interleaving factors.

@christianbean
Copy link
Member

Now interleaving factors has the enumeration code implemented, we should be able to create a strategy pack that always finds a specification for such Tilings. We should also consider how to write down equations for whatever pack is made.

@enadeau
Copy link
Member Author

enadeau commented Jul 14, 2020

We now have everything to build a pack for monotone tree tilings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants