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

what does MW mean in Skyline-MW-WM-BFF-DESCSS ? #34

Open
napretep opened this issue Nov 18, 2023 · 1 comment
Open

what does MW mean in Skyline-MW-WM-BFF-DESCSS ? #34

napretep opened this issue Nov 18, 2023 · 1 comment

Comments

@napretep
Copy link

MaxWidth?

@juj
Copy link
Owner

juj commented Nov 26, 2023

Good question. Looks like I had not documented that at all in the .pdf study.

The code for -MW is at

case LevelMinWasteFit:
newNode = FindPositionForNewNodeMinWaste(rects[i].width, rects[i].height, score2, score1, index);
debug_assert(disjointRects.Disjoint(newNode));
break;

where -MW stood for "Min Waste Fit".

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