Skip to content
This repository has been archived by the owner. It is now read-only.

Implement top-down bruteforce #4

Open
fyrchik opened this issue Feb 24, 2020 · 0 comments
Open

Implement top-down bruteforce #4

fyrchik opened this issue Feb 24, 2020 · 0 comments

Comments

@fyrchik
Copy link
Owner

fyrchik commented Feb 24, 2020

When combining figures in bottom-up fashion, it takes too long time.
Partially, because we cannot throw out obviously wrong solutions early. E.g. when figure is already has too big height which exceeds the height/width of the result.

One of the solutions to this is not combining figures one-by-one, but rather "subtract" them from the result, failing if subtraction can't be done.

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

No branches or pull requests

1 participant