-
Notifications
You must be signed in to change notification settings - Fork 168
feat: enhanced ruin & recreate #1976
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
base: main
Are you sure you want to change the base?
Conversation
triceo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comments. The bulk of the comments will be in Enterprise.
| this.ruinAndRecreatePickerClass = ruinAndRecreatePickerClass; | ||
| } | ||
|
|
||
| public @NonNull AdvancedListRuinRecreateMoveSelectorConfig withRuinAndRecreatePickerClass( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other selectors typically put the withers at the end of the class.
| import org.jspecify.annotations.NonNull; | ||
|
|
||
| @XmlType(propOrder = { | ||
| "ruinAndRecreatePickerClass", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the interest of brevity, why not just "pickerClass"?
We're already configuring RuinRecreateMoveSelector, I don't think we need to repeat that over and over.
|
@Christopher-Chianelli Please remember to write documentation. I'd probably add this to the section about moves, add a disclaimer that it's an enterprise feature, and reference it in the enterprise section. |
|
| ADVANCED_RUIN_AND_RECREATE("Advanced ruin and recreate", | ||
| "remove advancedRuinRecreateMoveSelector and/or advancedListRuinRecreateMoveSelector from the solver configuration"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs update.


No description provided.