You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: